Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
Last active July 6, 2018 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosajhpled/893dc1819aa629d5c69510f71cf59914 to your computer and use it in GitHub Desktop.
Save nosajhpled/893dc1819aa629d5c69510f71cf59914 to your computer and use it in GitHub Desktop.
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