We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f43098 commit 41b7e09Copy full SHA for 41b7e09
templates/usr/local/bin/haproxy-letsencrypt-ocsp-deploy.j2
@@ -26,7 +26,7 @@ for path in $(ls -1d {{ haproxy_letsencrypt_ssl_src_path }}/*/); do
26
-issuer "${path}{{ haproxy_letsencrypt_ssl_chain_name }}" \
27
-verify_other "${path}{{ haproxy_letsencrypt_ssl_chain_name }}" \
28
-cert "${path}{{ haproxy_letsencrypt_ssl_cert_name }}" \
29
- -url "${ocspUrl}";
+ -url "${ocspUrl}" || true;
30
31
chown --reference="{{ haproxy_global_crt_base }}" "{{ haproxy_global_crt_base }}/${prefix}-${cert}.pem.ocsp";
32
chmod --reference="{{ haproxy_global_crt_base }}" "{{ haproxy_global_crt_base }}/${prefix}-${cert}.pem.ocsp";
0 commit comments