Created
October 31, 2016 11:05
-
-
Save athurg/f582207d7d9ae9c2cb1395cc9960a27c to your computer and use it in GitHub Desktop.
macOS证书助理导出的p12证书包转换成PEM的命令
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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