Skip to content

Instantly share code, notes, and snippets.

@beagleknight
Created October 13, 2011 10:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beagleknight/1283945 to your computer and use it in GitHub Desktop.
Save beagleknight/1283945 to your computer and use it in GitHub Desktop.
Nginx+SSL: Remove the password from the key file
mv ssl.key bak.key
openssl rsa -in bak.key -out ssl.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment