letsencrypt and haproxy: disable the OCSP 'must staple' option.
This commit is contained in:
parent
e9392f9586
commit
f3c4c6eb27
|
@ -33,7 +33,7 @@ fi
|
||||||
# Run the OCSP stapling script
|
# Run the OCSP stapling script
|
||||||
if [ -x /usr/local/bin/hapos-upd ] ; then
|
if [ -x /usr/local/bin/hapos-upd ] ; then
|
||||||
echo "Run the OCSP stapling updater script" >> $LE_LOG_DIR/haproxy.log
|
echo "Run the OCSP stapling updater script" >> $LE_LOG_DIR/haproxy.log
|
||||||
/usr/local/bin/hapos-upd --cert {{ haproxy_cert_dir }}/haproxy.pem -v {{ letsencrypt_acme_certs_dir }}/fullchain -s {{ haproxy_admin_socket }} >> $LE_LOG_DIR/haproxy.log 2>&1
|
/usr/local/bin/hapos-upd --cert {{ haproxy_cert_dir }}/haproxy.pem -v {{ letsencrypt_acme_certs_dir }}/fullchain -s {{ haproxy_admin_socket }} -v - >> $LE_LOG_DIR/haproxy.log 2>&1
|
||||||
else
|
else
|
||||||
echo "No OCPS stapling updater script" >> $LE_LOG_DIR/haproxy.log
|
echo "No OCPS stapling updater script" >> $LE_LOG_DIR/haproxy.log
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue