Create Certificate Request on Apache
** This is instructions to create a certificate request | |
** on AWS with Apahce | |
cd /etc/pki/tls/certs/ | |
sudo openssl req -new -newkey rsa:2048 -nodes -keyout <domain name>.key -out <domain name>.csr | |
** Remember to use full domain name (www.domainname.com) when asked when asked for common name | |
** Copy the text from <domain name>.csr to create the certificate for whatever company | |
** you use for your SSL certificate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment