Differences between version 22 and revision by previous author of SSLNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 22 | Last edited on Saturday, August 27, 2005 4:44:16 am | by AlexDery | Revert |
Older page: | version 21 | Last edited on Saturday, July 23, 2005 12:50:59 pm | by AristotlePagaltzis | Revert |
@@ -67,9 +67,9 @@
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:
+To make a CA key available to Web browser
users, add:
!AddType application/x-x509-ca-cert pem
!AddType application/x-x509-ca-cert der
to your httpd.conf or .htaccess file. This associates this [MIME] Type with *.pem and *.der files. copy your cacert.pem file onto the web server, and create a .der version for IE users with the command:
openssl x509 -in cacert.pem -inform pem -out cacert.der -outform der