wiki.metzner.selfhost.bz 463 B

12345678910111213
  1. ## Start of configuration add by letsencrypt container
  2. location /.well-known/acme-challenge/ {
  3. auth_basic off;
  4. allow all;
  5. root /usr/share/nginx/html;
  6. try_files $uri =404;
  7. break;
  8. }
  9. ## End of configuration add by letsencrypt container
  10. ssl_client_certificate /etc/nginx/certs/ca.cert.pem; #Path to Root Cert for client certification
  11. # ssl_crl /etc/nginx/certs/holger.chain.crl.pem; #Path to your crl
  12. ssl_verify_client on;