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
03bf3c2d
Commit
03bf3c2d
authored
Feb 03, 2016
by
Neil
Browse files
support dnspod.cn api
parent
876df856
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
03bf3c2d
...
...
@@ -185,7 +185,28 @@ le.sh issue dns-cf aa.com www.aa.com
The
`CF_Key`
and
`CF_Email`
will be saved in
`~/.le/account.conf`
, when next time you use cloudflare api, it will reuse this key.
More api integerations are coming. Godaddy, Dnspod, etc....
More api integerations are coming. Godaddy, etc....
# Use Dnspod.cn domain api to automatically issue cert
For now, we support dnspod.cn integeration.
First you need to login to your dnspod.cn account to get your api key and key id.
```
export DP_Id="1234"
export DP_Key="sADDsdasdgdsf"
```
Ok, let's issue cert now:
```
le.sh issue dns-dp aa.com www.aa.com
```
The
`DP_Id`
and
`DP_Key`
will be saved in
`~/.le/account.conf`
, when next time you use dnspod.cn api, it will reuse this key.
# 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