Skip to content

Instantly share code, notes, and snippets.

@viktor-evdokimov
Last active August 29, 2015 14:14
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 viktor-evdokimov/7d7803babe9c9276bf80 to your computer and use it in GitHub Desktop.
Save viktor-evdokimov/7d7803babe9c9276bf80 to your computer and use it in GitHub Desktop.
generate pfx ( pkcs12) from .crt
openssl pkcs12 -export -out domain.name.pfx -inkey domain.name.key -in domain.name.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment