Skip to content

Commit 0974d56

Browse files
committed
disable must staple
1 parent 4fed540 commit 0974d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ENV NODE_ENV=production \
121121
DB_SQLITE_FILE=/data/etc/npm/database.sqlite
122122

123123
ENV ACME_SERVER="https://acme-v02.api.letsencrypt.org/directory" \
124-
ACME_MUST_STAPLE=true \
124+
ACME_MUST_STAPLE=false \
125125
ACME_SERVER_TLS_VERIFY=true \
126126
PUID=0 \
127127
PGID=0 \

compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
# - "ACME_SERVER=https://dv.acme-v02.api.pki.goog/directory" # acme server to used when requesting/renewing certs using certbot, default is (currently, may change later) set to: https://acme-v02.api.letsencrypt.org/directory (letsencrypt)
1515
# - "ACME_EAB_KID=123456789abcdef" # Key Identifier for External Account Binding for the acme server
1616
# - "ACME_EAB_HMAC_KEY=123456789abcdef" # HMAC key for External Account Binding for the acme server
17-
# - "ACME_MUST_STAPLE=false" # enables must-staple, default true (will change soon, see https://github.com/ZoeyVid/NPMplus/discussions/1285), I recommend you to enable this if your CA supports it
17+
# - "ACME_MUST_STAPLE=true" # enables must-staple, default false, I recommend you to enable this if your CA supports it
1818
# - "ACME_SERVER_TLS_VERIFY=false" # enables checking if ACME_SERVER has a valid TLS cert, default true
1919
# - "PUID=1000" # set group id, default 0 (root)
2020
# - "PGID=1000" # set user id, default 0 (root), requires PUID

0 commit comments

Comments
 (0)