Remove OCSP stapling
https://letsencrypt.org/2024/07/23/replacing-ocsp-with-crls.html
This commit is contained in:
@@ -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
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user