Browse Source
Merge pull request #2002 from Ivru/feature/exoscale
Exoscale DNS API
pull/2006/head
neil
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/README.md
|
|
@ -1122,7 +1122,7 @@ export EXOSCALE_SECRET_KEY='xxx' |
|
|
|
|
|
|
|
Now, let's issue a cert: |
|
|
|
``` |
|
|
|
acme.sh --issue --dns dns_netcup -d example.com -d www.example.com |
|
|
|
acme.sh --issue --dns dns_exoscale -d example.com -d www.example.com |
|
|
|
``` |
|
|
|
|
|
|
|
The `EXOSCALE_API_KEY` and `EXOSCALE_SECRET_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. |
|
|
|