|
@ -897,6 +897,20 @@ acme.sh --issue --dns dns_euserv -d example.com -d *.example.com --insecure |
|
|
The `EUSERV_Username` and `EUSERV_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. |
|
|
The `EUSERV_Username` and `EUSERV_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. |
|
|
|
|
|
|
|
|
Please report any issues to https://github.com/initit/acme.sh or to <github@initit.de> |
|
|
Please report any issues to https://github.com/initit/acme.sh or to <github@initit.de> |
|
|
|
|
|
## 48. Use Versio.nl API |
|
|
|
|
|
|
|
|
|
|
|
First you've to add your ip address to the whitelist in your Versio portal. (Account > Versio API) |
|
|
|
|
|
Then set your credentials: |
|
|
|
|
|
``` |
|
|
|
|
|
export Versio_Username=[email address] |
|
|
|
|
|
export Versio_Password=[password] |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Now you can issue your cert: |
|
|
|
|
|
``` |
|
|
|
|
|
acme.sh --issue --dns versio -d example.com -d *.example.com |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
# 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. |
|
|