Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Nginxes use CRL #48

Closed
rambo opened this issue Oct 1, 2023 · 1 comment
Closed

Make Nginxes use CRL #48

rambo opened this issue Oct 1, 2023 · 1 comment

Comments

@rambo
Copy link
Contributor

rambo commented Oct 1, 2023

It seems our woes (see pvarki/docker-rasenmaeher-cfssl#9 ) do not stop here.

See https://github.com/pvarki/docker-rasenmaeher-integration/tree/nginx_crl for a first attempt but we get

rmdev-rmnginx-1         | 2023/10/01 01:13:46 [emerg] 1#1: X509_LOOKUP_load_file("/ca_public/crl.der") failed (SSL: error:05800088:x509 certificate routines::no certificate or crl found)
rmdev-rmnginx-1         | nginx: [emerg] X509_LOOKUP_load_file("/ca_public/crl.der") failed (SSL: error:05800088:x509 certificate routines::no certificate or crl found)

According to https://stackoverflow.com/questions/17086934/nginx-unable-to-get-certificate-crl there is some issue with the certificate chain. IDK if the issue is the way we create the CA-chain (should probably use CFSSLs own bundler) or what.

The OCSP issues might be related to same root cause in how our CFSSL is set up / used.

@rambo
Copy link
Contributor Author

rambo commented Mar 22, 2024

#61 will fix this (but will use OCSP).

@rambo rambo closed this as completed Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant