Penguin

Differences between version 23 and predecessor to the previous major change of SSLNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 23 Last edited on Wednesday, November 9, 2005 12:41:32 pm by MattBrown Revert
Older page: version 22 Last edited on Saturday, August 27, 2005 4:44:16 am by AlexDery Revert
@@ -1,8 +1,10 @@
 [SSL] stands for Secure Socket Layer. Its used for secure communications between SSL-enabled clients and servers. Typical examples of its use 
 include [HTTPS], [POP|POP3]S, [LDAP]S, and so on. If you are doign any network-based authentication, you should be doing it over SSL. Ideally, you want 
 all network-enabled services (http, smtp, pop, samba, ldap) running over it. Slim chance, I know. :) 
  
+----  
+A good tutorial for setting up a CertificationAuthority under Debian is at: http://www.debian-administration.org/articles/284  
 ---- 
  
 Basic description: You have a certificate, which is signed by some CA (Certificate Authority). This certificate has both a public key (which is 
 signed by the CA), and a private key. When a client makes a connection to your SSL-enabled server, the server passes the public key along the client,