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
75fe022f
Commit
75fe022f
authored
Jan 25, 2019
by
Tobias Mädel
Browse files
Changed order in readme, added do.de
parent
bc839569
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
75fe022f
...
...
@@ -350,6 +350,7 @@ You don't have to do anything manually!
1.
Exoscale.com API (https://www.exoscale.com/)
1.
PointDNS API (https://pointhq.com/)
1.
Active24.cz API (https://www.active24.cz/)
1.
do.de API (https://www.do.de/)
And:
...
...
dnsapi/README.md
View file @
75fe022f
...
...
@@ -1139,38 +1139,38 @@ You can then issue certs by using:
```
acme.sh --issue --dns dns_pointhq -d example.com -d www.example.com
```
## 59. Use
do.de
API
## 59. Use
Active24
API
Create an API token in
your do.de account
.
Create an API token in
the Active24 account section, documentation on https://faq.active24.com/cz/790131-REST-API-rozhran%C3%AD
.
Set your API token:
```
export
DO_LETOKEN='FmD408PdqT1E269gUK57
'
export
ACTIVE24_Token='xxx
'
```
To
issue a cert
ificate run
:
Now, let's
issue a cert
, set `dnssleep` for propagation new DNS record
:
```
acme.sh --issue --dns dns_
doapi
-d example.com -d
*
.example.com
acme.sh --issue --dns dns_
active24
-d example.com -d
www
.example.com
--dnssleep 1000
```
The
API t
oken will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
The
`ACTIVE24_T
oken
`
will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 60. Use
Active24
API
## 60. Use
do.de
API
Create an API token in
the Active24 account section, documentation on https://faq.active24.com/cz/790131-REST-API-rozhran%C3%AD
.
Create an API token in
your do.de account
.
Set your API token:
```
export
ACTIVE24_Token='xxx
'
export
DO_LETOKEN='FmD408PdqT1E269gUK57
'
```
Now, let's
issue a cert
, set `dnssleep` for propagation new DNS record
:
To
issue a cert
ificate run
:
```
acme.sh --issue --dns dns_
active24
-d example.com -d
www
.example.com
--dnssleep 1000
acme.sh --issue --dns dns_
doapi
-d example.com -d
*
.example.com
```
The
`ACTIVE24_T
oken
`
will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
The
API t
oken will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
# 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