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
a01da2fd
Unverified
Commit
a01da2fd
authored
Jan 15, 2018
by
AA
Committed by
GitHub
Jan 15, 2018
Browse files
Update README.md
parent
cd2fe698
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
a01da2fd
...
...
@@ -666,6 +666,24 @@ And now you can issue certs with:
acme.sh --issue --dns dns_namesilo --dnssleep 900 -d example.com -d www.example.com
```
## 37. Use autoDNS (InternetX)
[
InternetX
](
https://www.internetx.com/
)
offers an
[
xml api
](
https://help.internetx.com/display/API/AutoDNS+XML-API
)
with your standard login credentials, set them like so:
```
export AUTODNS_USER="yourusername"
export AUTODNS_PASSWORD="password"
export AUTODNS_CONTEXT="context"
```
Then you can issue your certificates with:
```
acme.sh --issue --dns dns_autodns -d example.com -d www.example.com
```
The
`AUTODNS_USER`
,
`AUTODNS_PASSWORD`
and
`AUTODNS_CONTEXT`
settings will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom 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