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

Add the x509_extensions directive to support SAN in certificate #89

Merged
merged 1 commit into from
Aug 9, 2017
Merged

Add the x509_extensions directive to support SAN in certificate #89

merged 1 commit into from
Aug 9, 2017

Conversation

johnbillion
Copy link
Contributor

Since version 58, Chrome no longer trusts certificates that don't contain a SAN. This means Chrome now displays a security error for certificates generated by puppet-openssl (even after you've added it to your trust store) because it doesn't include a SAN.

See #44 for the root cause.

This change appears to be all that's required to fix the issue. It tells OpenSSL to include the x509 data in the certificate, not only in the CSR.

Props @bijanvakili for investigation into this almost two years ago in #44.

@raphink raphink merged commit 5a9ff5e into voxpupuli:master Aug 9, 2017
@johnbillion johnbillion deleted the x509_extensions branch July 2, 2018 10:24
@raphink raphink added the enhancement New feature or request label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants