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

horizon: Correct SAN in SSL certs (SOC-10584) #2428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 4, 2020

  1. horizon: Correct SAN in SSL certs (SOC-10584)

    The gensslcert script from apache-utils didn't support setting SAN values.
    This resulted in useless certificate which had SAN set to
    email:webmaster@... or (in new version) FQDN of the node where horizon
    was deployed. After adding new option to gensslcert, crowbar can set SAN
    to proper values which is especially important in HA deployments.
    skazi0 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    101e095 View commit details
    Browse the repository at this point in the history