Skip to content

Instantly share code, notes, and snippets.

@Ksisu
Last active February 4, 2019 10:50
Show Gist options
  • Save Ksisu/d9271e48452aa347445b5f4fe9534785 to your computer and use it in GitHub Desktop.
Save Ksisu/d9271e48452aa347445b5f4fe9534785 to your computer and use it in GitHub Desktop.
p12 -> pem
# output.cer included all cert and key
openssl pkcs12 -in input.p12 -out output.cer -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment