-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1738 from Neilpang/dev
sync
- Loading branch information
Showing
4 changed files
with
384 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -876,6 +876,27 @@ acme.sh --issue --dns dns_tele3 -d example.com -d *.example.com | |
``` | ||
|
||
The TELE3_Key and TELE3_Secret will be saved in ~/.acme.sh/account.conf and will be reused when needed. | ||
## 47. Use Euserv.eu API | ||
|
||
First you need to login to your euserv.eu account and activate your API Administration (API Verwaltung). | ||
[https://support.euserv.com](https://support.euserv.com) | ||
|
||
Once you've activate, login to your API Admin Interface and create an API account. | ||
Please specify the scope (active groups: domain) and assign the allowed IPs. | ||
|
||
``` | ||
export EUSERV_Username="99999.user123" | ||
export EUSERV_Password="Asbe54gHde" | ||
``` | ||
|
||
Ok, let's issue a cert now: (Be aware to use the `--insecure` flag, cause euserv.eu is still using self-signed certificates!) | ||
``` | ||
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. | ||
|
||
Please report any issues to https://github.com/initit/acme.sh or to <[email protected]> | ||
# Use custom API | ||
|
||
If your API is not supported yet, you can write your own DNS API. | ||
|
@@ -896,4 +917,4 @@ See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide | |
|
||
# Use lexicon DNS API | ||
|
||
https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api | ||
https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api |
Oops, something went wrong.