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

Added SAN extension to the generated certs #1282

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

michschl
Copy link
Contributor

This is necessary, since modern browsers expect the domain name in the SAN extension. Due to the fact that HSTS is used, one cannot access the web ui even if the cert is added to the system's truststore.

While signing the certificate, a subjectAltName (SAN) extension for the CN is added using a temporary configuration file which in the end gets removed.

Tested in a Digital Ocean droplet. Before the change, I was not able to access the web ui using Chrome or Firefox on my Mac.

While signing the certificate, a SAN extension for the CN is added using a temporary configuration file which in the end gets removed.
@yogeshojha yogeshojha changed the base branch from master to release/2.1.0 June 22, 2024 05:54
@yogeshojha yogeshojha merged commit bfdde5c into yogeshojha:release/2.1.0 Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants