Skip to content

Commit 85bddf8

Browse files
committed
chore: update lego config
1 parent 98bda7d commit 85bddf8

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

internal/cert/config/acmedns.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ lego --email [email protected] --dns "acme-dns" -d '*.example.com' -d example.com
2222
ACME_DNS_API_BASE = "The ACME-DNS API address"
2323
ACME_DNS_STORAGE_PATH = "The ACME-DNS JSON account data file. A per-domain account will be registered/persisted to this file and used for TXT updates."
2424
ACME_DNS_STORAGE_BASE_URL = "The ACME-DNS JSON account data server."
25+
[Configuration.Additional]
26+
ACME_DNS_ALLOWLIST = "Source networks using CIDR notation (multiple values should be separated with a comma)."
2527

2628
[Links]
2729
API = "https://github.com/joohoi/acme-dns#api"

internal/cert/config/liara.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ lego --email [email protected] --dns liara -d '*.example.com' -d example.com run
1919
LIARA_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
2020

2121
[Links]
22-
API = "https://dns-service.iran.liara.ir/swagger"
22+
API = "https://openapi.liara.ir/?urls.primaryName=DNS"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Name = "Spaceship"
2+
Description = ''''''
3+
URL = "https://www.spaceship.com/"
4+
Code = "spaceship"
5+
Since = "v4.22.0"
6+
7+
Example = '''
8+
SPACESHIP_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
9+
SPACESHIP_API_SECRET="xxxxxxxxxxxxxxxxxxxxx" \
10+
lego --email [email protected] --dns spaceship -d '*.example.com' -d example.com run
11+
'''
12+
13+
[Configuration]
14+
[Configuration.Credentials]
15+
SPACESHIP_API_KEY = "API key"
16+
SPACESHIP_API_SECRET = "API secret"
17+
[Configuration.Additional]
18+
SPACESHIP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19+
SPACESHIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20+
SPACESHIP_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21+
SPACESHIP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22+
23+
[Links]
24+
API = "https://docs.spaceship.dev/#tag/DNS-records"

0 commit comments

Comments
 (0)