Changes between Version 4 and Version 5 of faq/security/use-apache-ssl
- Timestamp:
- Nov 12, 2012, 6:20:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/security/use-apache-ssl
v4 v5 19 19 openssl req -new -key yourdomain.org.key -out yourdomain.org.csr 20 20 }}} 21 1. You will be prompted to answer several questions. Most of the are self-explanatory. The most critical question, however, is not very intuitive: The common name. When you are asked to enter the common name be sure to enter your domain name exactly as you want people to access it. If you want people to access your site using https://www.example.org, then enter: www.example.org. If you want people to access your site using https://example.org, then enter: example.org as the common name. 21 1. You will be prompted to answer several questions. Most of the are self-explanatory. The most critical question, however, is not very intuitive: The common name. When you are asked to enter the common name be sure to enter your domain name exactly as you want people to access it. If you want people to access your site using https://www.example.org, then enter: www.example.org. If you want people to access your site using https://example.org, then enter: example.org as the common name. The certificate signing request is now in the file this command created (whatever file name you chose for `yourdomain.org.csr`) 22 22 1. Next, submit your certificate signing request to a certificate authority. They will charge you a fee and return a certificate file. At this point, you will have three files: a key, a certificate signing request, and a certificate file. 23 23 1. Keep a backup of all of these files in a safe place (safe - meaning they will not be overwritten ''and'' meaning they will not be easy accessed by others).