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
1a504118
Commit
1a504118
authored
Jul 02, 2017
by
RaidenII
Browse files
Updated DNS API support list.
parent
2e602ef6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1a504118
...
@@ -334,7 +334,8 @@ You don't have to do anything manually!
...
@@ -334,7 +334,8 @@ You don't have to do anything manually!
1.
Dynu API (https://www.dynu.com)
1.
Dynu API (https://www.dynu.com)
1.
DNSimple API
1.
DNSimple API
1.
NS1.com API
1.
NS1.com API
1.
DuckDNS.org API
1.
Name.com API
And:
And:
...
...
dnsapi/README.md
View file @
1a504118
...
@@ -505,6 +505,37 @@ Ok, let's issue a cert now:
...
@@ -505,6 +505,37 @@ Ok, let's issue a cert now:
acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
acme.sh --issue --dns dns_nsone -d example.com -d www.example.com
```
```
## 27. Use DuckDNS.org API
```
export DuckDNS_Token="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
```
Please note that since DuckDNS uses StartSSL as their cert provider, thus
--insecure must be used when issuing certs:
```
acme.sh --insecure --issue --dns dns_duckdns -d mydomain.duckdns.org
```
Also, DuckDNS uses the domain name as username for recording changing, so the
account file will always store the lastly used domain name.
For issues, please report to https://github.com/raidenii/acme.sh/issues.
## 28. Use Name.com API
```
export Namecom_Username="testuser"
export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
```
And now you can issue certs with:
```
acme.sh --issue --dns dns_namecom -d example.com -d www.example.com
```
For issues, please report to https://github.com/raidenii/acme.sh/issues.
# Use custom API
# Use custom API
If your API is not supported yet, you can write your own DNS API.
If your API is not supported yet, you can write your own DNS 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