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

EST generate SSL certificate #4863

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 26, 2024

  1. Fix EST sslserver key name

    Key name for sslserver was not correctly configured in server.xml.
    Additionally, the EST setup operations have been moved to match the
    operation done for the other subsystem.
    fmarco76 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d331e48 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update EST CI to consider the file generated

    After modifying the EST installation with pkispawn there are several
    differences in the generated files which are verified in the CI tests.
    fmarco76 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b54e262 View commit details
    Browse the repository at this point in the history
  2. Generate SSL certificate for EST subsystem

    pkispawn will create the sslserver certificate for EST if it is not
    provided with a PKCS12 bundle containing the certificate.
    
    To generate the certificate the EST user credentials and profile are
    used so these should be configured in the CA before EST installation.
    fmarco76 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1c515cc View commit details
    Browse the repository at this point in the history