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

Auto-create SSL server cert for ACME on separate instance #4857

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Auto-create SSL server cert for ACME on separate instance

    pkispawn has been updated to use the ACME's issuer to
    provide the cert chain and to automatically issue an SSL
    server cert for ACME on separate instance.
    
    The PKIDeployer.import_cert_chain() has been modified to
    retrieve the cert chain from the ACME issuer.
    
    The PKIDeployer.get_ca_signing_cert() has been modified
    to ignore UNKNOWN_ISSUER error.
    
    The PKIDeployer.issue_cert() has been modified to support
    optional install token, subject DN, and issuer credentials.
    
    The test for ACME on separate instance has been modified
    to automatically issue an SSL server cert.
    
    The original test with manual SSL server cert creation has
    been moved into a separate test.
    edewata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f9899f3 View commit details
    Browse the repository at this point in the history