Penguin

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

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

Newer page: version 19 Last edited on Wednesday, February 11, 2004 3:14:06 pm by MattBrown Revert
Older page: version 18 Last edited on Saturday, June 28, 2003 4:31:38 pm by JonPurvis Revert
@@ -62,8 +62,12 @@
 And finally: 
  
  cp apache-cert.pem /etc/apache-ssl/apache.pem 
  cp apache-key.pem /etc/apache-ssl/apache-key.pem 
+----  
+If you have several websites under a single domain ie (site1.domain.com, site2.domain.com) you can create a single wildcard certificate that is valid for both of them. To do this simply make the CN of the certificate *.domain.com and then install the certificate as usal.  
+  
+Remember you can't name virtual host SSL enabled sites.  
 ---- 
 To make a CA key available to Web brower users, add: 
  !AddType application/x-x509-ca-cert pem 
  !AddType application/x-x509-ca-cert der