17 lines
559 B
Plaintext
17 lines
559 B
Plaintext
|
# renew_before_expiry = 30 days
|
||
|
version = 1.30.0
|
||
|
archive_dir = /etc/letsencrypt/archive/acceso.txs.es
|
||
|
cert = /etc/letsencrypt/live/acceso.txs.es/cert.pem
|
||
|
privkey = /etc/letsencrypt/live/acceso.txs.es/privkey.pem
|
||
|
chain = /etc/letsencrypt/live/acceso.txs.es/chain.pem
|
||
|
fullchain = /etc/letsencrypt/live/acceso.txs.es/fullchain.pem
|
||
|
|
||
|
# Options used in the renewal process
|
||
|
[renewalparams]
|
||
|
account = put-your-certbot-account-ID-here
|
||
|
authenticator = webroot
|
||
|
webroot_path = /acme,
|
||
|
server = https://acme-v02.api.letsencrypt.org/directory
|
||
|
key_type = rsa
|
||
|
[[webroot_map]]
|