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
b6d48b7a
Commit
b6d48b7a
authored
Aug 30, 2017
by
Manuel Friedli
Browse files
Update README.md for the deploy hooks.
parent
412e4e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
b6d48b7a
...
@@ -93,8 +93,18 @@ If you are login as root, please specify the username to deploy cert to:
...
@@ -93,8 +93,18 @@ If you are login as root, please specify the username to deploy cert to:
export
DEPLOY_CPANEL_USER
=
username
export
DEPLOY_CPANEL_USER
=
username
acme.sh
--deploy
-d
example.com
--deploy-hook
cpanel_uapi
acme.sh
--deploy
-d
example.com
--deploy-hook
cpanel_uapi
```
```
## 8. Deploy the cert to your FRITZ!Box router
You must specify the credentials that have administrative privileges on the FRITZ!Box in order to deploy the certificate, plus the URL of your FRITZ!Box, through the following environment variables:
```
sh
$
export
DEPLOY_FRITZBOX_USERNAME
=
my_username
$
export
DEPLOY_FRITZBOX_PASSWORD
=
the_password
$
export
DEPLOY_FRITZBOX_URL
=
https://fritzbox.example.com
```
After the first deployment, these values will be stored in your $HOME/.acme.sh/account.conf. You may now deploy the certificate like this:
```
sh
acme.sh
--deploy
-d
fritz.box
--deploy-hook
fritzbox
```
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