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
180f05f6
Commit
180f05f6
authored
Jan 03, 2017
by
Paul Koppen
Committed by
GitHub
Jan 03, 2017
Browse files
Add instructions for the Alwaysdata API.
parent
b2686e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
180f05f6
...
@@ -240,6 +240,23 @@ acme.sh --issue --dns dns_ispconfig -d example.com -d www.example.com
...
@@ -240,6 +240,23 @@ acme.sh --issue --dns dns_ispconfig -d example.com -d www.example.com
The
`ISPC_User`
,
`ISPC_Password`
,
`ISPC_Api`
and
`ISPC_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The
`ISPC_User`
,
`ISPC_Password`
,
`ISPC_Api`
and
`ISPC_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 13. Use Alwaysdata domain API
First you need to login to your Alwaysdata account to get your API Key.
```
sh
export
AD_API_KEY
=
"myalwaysdataapikey"
```
Ok, let's issue a cert now:
```
sh
acme.sh
--issue
--dns
dns_ad
-d
example.com
-d
www.example.com
```
The
`AD_API_KEY`
will be saved in
`~/.acme.sh/account.conf`
and will be reused
when needed.
# 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