Skip to content

Instantly share code, notes, and snippets.

@athurg
Created October 31, 2016 11:05
Show Gist options
  • Save athurg/f582207d7d9ae9c2cb1395cc9960a27c to your computer and use it in GitHub Desktop.
Save athurg/f582207d7d9ae9c2cb1395cc9960a27c to your computer and use it in GitHub Desktop.
macOS证书助理导出的p12证书包转换成PEM的命令
#!/bin/sh
openssl pkcs12 -in source.p12 -clcerts -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment