|
||||||||||||||||
|
SSL CertificateGenerate a Certificate Signing Request (CSR) for Apache 2.x Follow these instructions to generate a CSR for your Web site. OpenSSL is the open source project that replaced SSLeay. If you are using SSLeay on your system instead of OpenSSL, substitute ssleay with openssl for the commands. If you have not already set up a secure virtual host or would like to learn more about SSL, refer to the following link for more information: http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html#installation Note: The examples below use the following naming conventions: "Your Private Key" = "domainname.key"; "Your Web Server Certificate" = "domainname.crt"
openssl genrsa -out domainname.key 1024 You can view the contents of the private key by using the following command: openssl rsa -noout -text -in domainname.key The private key text should begin with -----BEGIN RSA PRIVATE KEY----- and end with -----END RSA PRIVATE KEY-----. |
|||||||||||||||
|   | ||||||||||||||||
Copyright ® 1998 - 2008 Ouriran.com All rights reserved. Reproduction in whole or in part in any form or medium without express written permission of Ouriran.com is prohibited. Terms of Service | ||||||||||||||||