There was an error while loading. Please reload this page.
1 parent 8602936 commit ecbf097Copy full SHA for ecbf097
1 file changed
scripts/install/vhost/vhost-install.sh
@@ -181,7 +181,7 @@ while true;
181
export CF_Key="${CF_GLOBAL_API_KEY}"
182
export CF_Email="${CF_ACCOUNT_EMAIL}"
183
184
-/root/.acme.sh/acme.sh --issue --dns dns_cf --server letsencrypt -d ${DOMAIN} -d *.${DOMAIN} -k ec-384
+/root/.acme.sh/acme.sh --issue --dns dns_cf --server letsencrypt --ocsp -d ${DOMAIN} -d *.${DOMAIN} -k ec-384
185
186
/root/.acme.sh/acme.sh --install-cert -d ${DOMAIN} --ecc \
187
--cert-file /etc/nginx/ssl/${DOMAIN}/cert.pem \
0 commit comments