Skip to content

Commit 75fbf8a

Browse files
authored
Remove deprecated OCSP Must-Staple extension
https://letsencrypt.org/2024/12/05/ending-ocsp/
1 parent d37767d commit 75fbf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updatessl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updatessl() {
1616
for d_list in $(grep ACME_DOMAINS $DEFAULT_CONF | cut -d ' ' -f 2);
1717
do
1818
d=$(echo "$d_list" | cut -d , -f 1)
19-
$ACME_BIN --issue --server letsencrypt --ocsp -k ec-256 \
19+
$ACME_BIN --issue --server letsencrypt -k ec-256 \
2020
-d $d_list \
2121
--nginx \
2222
--fullchain-file "$CERTS/$d.crt" \

0 commit comments

Comments
 (0)