blob: d072bb53c8b3856856027b4c09229dd53f85d1ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# renew_before_expiry = 30 days
version = 4.0.0
archive_dir = /etc/letsencrypt/archive/chat.labunix.xyz
cert = /etc/letsencrypt/live/chat.labunix.xyz/cert.pem
privkey = /etc/letsencrypt/live/chat.labunix.xyz/privkey.pem
chain = /etc/letsencrypt/live/chat.labunix.xyz/chain.pem
fullchain = /etc/letsencrypt/live/chat.labunix.xyz/fullchain.pem
# Options used in the renewal process
[renewalparams]
account = a1413eee8d5f0cd07eadb7e29d2cc032
authenticator = dns-cloudflare
server = https://acme-v02.api.letsencrypt.org/directory
key_type = ecdsa
dns_cloudflare_credentials = /etc/letsencrypt/cloudflare/credentials.ini
dns_cloudflare_propagation_seconds = 30
|