mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 01:32:44 +00:00
Update documentation in dns_sdns.sh for clarity
Clarified usage instructions for obtaining wildcard certificates with the s-dns system. Added steps for setting up the dynamic DNS password and configuring the SDNS_ZONE_KEY variable.
This commit is contained in:
parent
6a4d12fcc3
commit
2ed425d85e
@ -1,11 +1,18 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
# Usage to order a * certificate
|
# s-dns is the Domain Name Registration System of Kyberio GmbH, former Hostway Deutschland GmbH
|
||||||
# ./acme.sh --issue -d '*.www.domain.com' --dns dns_sdns --server letsencrypt --dnssleep 240
|
|
||||||
|
# Steps to order a * certificate:
|
||||||
|
# First log in into the domain robot, enable the dynamic DNS password for your zone and click save.
|
||||||
|
|
||||||
|
# Copy the password and set the SDNS_ZONE_KEY variable with
|
||||||
|
# export SDNS_ZONE_KEY=your_zone_key
|
||||||
|
|
||||||
|
#
|
||||||
|
# ./acme.sh --issue -d '*.www.domain.com' --dns dns_sdns --server letsencrypt --dnssleep 240
|
||||||
|
|
||||||
SDNS_API_URL="https://robot.s-dns.de:8488/"
|
SDNS_API_URL="https://robot.s-dns.de:8488/"
|
||||||
|
|
||||||
# export SDNS_ZONE_KEY=your_zone_key
|
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user