Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e35e3132
Commit
e35e3132
authored
Feb 12, 2017
by
David Kerr
Browse files
Fix error in Unifi example
parent
3a77a6ed
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
e35e3132
...
@@ -135,12 +135,13 @@ export ACME_DEPLOY_SSH_REMOTE_CMD="openssl pkcs12 -export \
...
@@ -135,12 +135,13 @@ export ACME_DEPLOY_SSH_REMOTE_CMD="openssl pkcs12 -export \
-out /var/lib/unifi/unifi.example.com.p12
\
-out /var/lib/unifi/unifi.example.com.p12
\
-name ubnt -password pass:temppass
\
-name ubnt -password pass:temppass
\
&& keytool -importkeystore -deststorepass aircontrolenterprise
\
&& keytool -importkeystore -deststorepass aircontrolenterprise
\
-destkeypass aircontrolenterprise -destkeystore /var/lib/unifi/keystore
\
-destkeypass aircontrolenterprise
\
-destkeystore /var/lib/unifi/keystore
\
-srckeystore /var/lib/unifi/unifi.example.com.p12
\
-srckeystore /var/lib/unifi/unifi.example.com.p12
\
-srcstoretype PKCS12 -srcstorepass temppass -alias ubnt -noprompt
\
-srcstoretype PKCS12 -srcstorepass temppass -alias ubnt -noprompt
\
&& service unifi restart"
&& service unifi restart"
acme.sh
--deploy
-d
qnap
.example.com
--deploy-hook
ssh
acme.sh
--deploy
-d
unifi
.example.com
--deploy-hook
ssh
```
```
Note how in this exmple we execute several commands on the remote host
Note how in this exmple we execute several commands on the remote host
after the certificate files have been copied... to generate a pkcs12 file
after the certificate files have been copied... to generate a pkcs12 file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment