Remove OCSP stapling

https://letsencrypt.org/2024/07/23/replacing-ocsp-with-crls.html
This commit is contained in:
Tommy
2024-07-26 06:52:58 -07:00
committed by GitHub
parent 6e6b7c3c16
commit faa35bf11b
7 changed files with 3 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--key-type ecdsa
--cert-name hostname.of.your.server \
-d hostname.of.your.server

View File

@@ -1,5 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--key-type ecdsa
--cert-name miniflux.yourdomain.tld \
-d miniflux.yourdomain.tld

View File

@@ -1,5 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--key-type ecdsa
--cert-name uptime.yourdomain.tld \
-d uptime.yourdomain.tld