Last active
March 25, 2018 03:50
-
-
Save movii/8fabb243f8c0110d9d827e46ac2a7164 to your computer and use it in GitHub Desktop.
Apache 本地 VirtualHost 的 TLS 证书配置 - 4.
This file contains hidden or 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
sudo security add-trusted-cert \ | |
-d -r trustRoot \ | |
-k /Library/Keychains/System.keychain \ | |
/path/to/ssl.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment