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
4c1d5217
Commit
4c1d5217
authored
Apr 27, 2017
by
neil
Committed by
GitHub
Apr 27, 2017
Browse files
Merge pull request #767 from shar0119/patch-3
Patch 3
parents
937e7230
90c70fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
4c1d5217
...
@@ -452,6 +452,22 @@ Ok, let's issue a cert now:
...
@@ -452,6 +452,22 @@ Ok, let's issue a cert now:
acme.sh --issue --dns dns_vscale -d example.com -d www.example.com
acme.sh --issue --dns dns_vscale -d example.com -d www.example.com
```
```
## 24. Use Dynu API
First you need to create/obtain API credentials from your Dynu account. See: https://www.dynu.com/resources/api/documentation
```
export Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
export Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_dynu -d example.com -d www.example.com
```
The
`Dynu_ClientId`
and
`Dynu_Secret`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom API
# Use custom API
...
...
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