diff --git a/certbot/conf/accounts/.gitkeep b/certbot/conf/accounts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/archive/acceso.txs.es/.gitkeep b/certbot/conf/archive/acceso.txs.es/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/cli.ini b/certbot/conf/cli.ini new file mode 100644 index 0000000..05a8e4f --- /dev/null +++ b/certbot/conf/cli.ini @@ -0,0 +1,3 @@ +# Because we are using logrotate for greater flexibility, disable the +# internal certbot logrotation. +max-log-backups = 0 \ No newline at end of file diff --git a/certbot/conf/csr/.gitkeep b/certbot/conf/csr/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/keys/.gitkeep b/certbot/conf/keys/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/live/README b/certbot/conf/live/README new file mode 100644 index 0000000..00b733c --- /dev/null +++ b/certbot/conf/live/README @@ -0,0 +1,14 @@ +This directory contains your keys and certificates. + +`[cert name]/privkey.pem` : the private key for your certificate. +`[cert name]/fullchain.pem`: the certificate file used in most server software. +`[cert name]/chain.pem` : used for OCSP stapling in Nginx >=1.3.7. +`[cert name]/cert.pem` : will break many server configurations, and should not be used + without reading further documentation (see link below). + +WARNING: DO NOT MOVE OR RENAME THESE FILES! + Certbot expects these files to remain in this location in order + to function properly! + +We recommend not moving these files. For more information, see the Certbot +User Guide at https://certbot.eff.org/docs/using.html#where-are-my-certificates. diff --git a/certbot/conf/live/acceso.txs.es/README b/certbot/conf/live/acceso.txs.es/README new file mode 100644 index 0000000..5050078 --- /dev/null +++ b/certbot/conf/live/acceso.txs.es/README @@ -0,0 +1,14 @@ +This directory contains your keys and certificates. + +`privkey.pem` : the private key for your certificate. +`fullchain.pem`: the certificate file used in most server software. +`chain.pem` : used for OCSP stapling in Nginx >=1.3.7. +`cert.pem` : will break many server configurations, and should not be used + without reading further documentation (see link below). + +WARNING: DO NOT MOVE OR RENAME THESE FILES! + Certbot expects these files to remain in this location in order + to function properly! + +We recommend not moving these files. For more information, see the Certbot +User Guide at https://certbot.eff.org/docs/using.html#where-are-my-certificates. diff --git a/certbot/conf/renewal-hooks/deploy/.gitkeep b/certbot/conf/renewal-hooks/deploy/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/renewal-hooks/post/.gitkeep b/certbot/conf/renewal-hooks/post/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/renewal-hooks/pre/.gitkeep b/certbot/conf/renewal-hooks/pre/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/conf/renewal/acceso.txs.es.conf-sample b/certbot/conf/renewal/acceso.txs.es.conf-sample new file mode 100644 index 0000000..69711bb --- /dev/null +++ b/certbot/conf/renewal/acceso.txs.es.conf-sample @@ -0,0 +1,16 @@ +# 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]] diff --git a/certbot/log/.gitkeep b/certbot/log/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/certbot/var/.gitkeep b/certbot/var/.gitkeep new file mode 100644 index 0000000..e69de29