Skip to content

Instantly share code, notes, and snippets.

@chandlerroth
Last active December 16, 2015 15:19
Show Gist options
  • Save chandlerroth/5455257 to your computer and use it in GitHub Desktop.
Save chandlerroth/5455257 to your computer and use it in GitHub Desktop.
Useful commands
npm -qa # Displays all installed packages
openssl pkcs12 -in filename.pfx -nocerts -out key.pem # Export the private key file from the pfx file
openssl rsa -in key.pem -out server.key # Remove the passphrase from the private key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment