Skip to content

Instantly share code, notes, and snippets.

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 rahulremanan/26f290458191bde7cc066c8b2a5015df to your computer and use it in GitHub Desktop.
Save rahulremanan/26f290458191bde7cc066c8b2a5015df to your computer and use it in GitHub Desktop.
Decrypt the end-point server public key encrypted file using the end-point server private key
!openssl rsautl -inkey ./self_signed_cert.key -decrypt -in ./message.enc -out ./message.dec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment