Update README.md for OSX Keychain

This commit is contained in:
hiska 2017-03-08 08:00:17 +09:00 committed by GitHub
parent 68eb627d62
commit bce11af09a
1 changed files with 5 additions and 0 deletions

View File

@ -72,3 +72,8 @@ export DEPLOY_EXIM4_RELOAD="/etc/init.d/exim4 restart"
acme.sh --deploy -d ftp.example.com --deploy-hook exim4
```
## 6. Deploy the cert to OSX Keychain
```sh
acme.sh --deploy -d ftp.example.com --deploy-hook keychain
```