Skip to content

Commit ecbf097

Browse files
committed
Fixed ocsp stapling
1 parent 8602936 commit ecbf097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install/vhost/vhost-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ while true;
181181
export CF_Key="${CF_GLOBAL_API_KEY}"
182182
export CF_Email="${CF_ACCOUNT_EMAIL}"
183183

184-
/root/.acme.sh/acme.sh --issue --dns dns_cf --server letsencrypt -d ${DOMAIN} -d *.${DOMAIN} -k ec-384
184+
/root/.acme.sh/acme.sh --issue --dns dns_cf --server letsencrypt --ocsp -d ${DOMAIN} -d *.${DOMAIN} -k ec-384
185185

186186
/root/.acme.sh/acme.sh --install-cert -d ${DOMAIN} --ecc \
187187
--cert-file /etc/nginx/ssl/${DOMAIN}/cert.pem \

0 commit comments

Comments
 (0)