Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
nosajhpled / gist:893dc1819aa629d5c69510f71cf59914
Last active July 6, 2018 20:44
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