Skip to content

Instantly share code, notes, and snippets.

@viktor-evdokimov
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save viktor-evdokimov/7d7803babe9c9276bf80 to your computer and use it in GitHub Desktop.

Select an option

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
@viktor-evdokimov
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment