Skip to content

NIM doc: Secure traffic examples don’t include certificate revocation checking (CRLs) #594

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

Open
1 task
travisamartin opened this issue May 23, 2025 · 0 comments
Labels
bug Something isn't working customer-feedback customer-success documentation Improvements or additions to documentation

Comments

@travisamartin
Copy link
Contributor

travisamartin commented May 23, 2025

Description:

The Secure traffic guide shows how to configure SSL/TLS between NGINX Instance Manager and NGINX instances. While it includes ssl_verify on;, it omits certificate revocation checking (such as using Certificate Revocation Lists or OCSP).

This means revoked certificates—due to compromise, mis-issuance, or other reasons—may still be accepted, compromising the security of the setup.

Impact:

Users who follow the guide as written may unknowingly accept revoked certificates, creating a false sense of security.

Customer feedback

A customer rated the doc a 3/7 because of its failure to mention CRLs.

Image


Acceptance criteria:

  • Add a note that checking for revoked certificates is a recommended best practice.
@travisamartin travisamartin added bug Something isn't working documentation Improvements or additions to documentation customer-success customer-feedback labels May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer-feedback customer-success documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant