Skip to content

Instantly share code, notes, and snippets.

@x-designs
Last active April 25, 2017 21:12
Show Gist options
  • Save x-designs/ef1f027e7dd3511fff769acaf04d16a0 to your computer and use it in GitHub Desktop.
Save x-designs/ef1f027e7dd3511fff769acaf04d16a0 to your computer and use it in GitHub Desktop.
Manual steps to create a Let's Encrypt SSL certificate
sudo certbot certonly -a manual --rsa-key-size 4096 -d x-designs.co.uk -d www.x-designs.co.uk
sudo openssl rsa -inform pem -in /path/to/privkey.pem -outform pem -out /path/to/privkey.rsa
sudo cat /path/to/privkey.rsa
sudo cat /path/to/cert.pem
sudo cat /path/to/fullchain.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment