Skip to content

Instantly share code, notes, and snippets.

@thebentern
Created April 5, 2016 01:47
Show Gist options
  • Save thebentern/af234c4e1fcf81cca200298a98e0cc9c to your computer and use it in GitHub Desktop.
Save thebentern/af234c4e1fcf81cca200298a98e0cc9c to your computer and use it in GitHub Desktop.
Convert PEM to CRT
openssl x509 -outform der -in your-cert.pem -out your-cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment