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

Update pkispawn to support ACME #4848

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Update pkispawn to support ACME #4848

merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Update pkispawn to support ACME

    pkispawn has been modified to support installing ACME in a
    shared PKI server (e.g. with existing CA).
    
    New pkispawn params have been added to specify the ACME
    database, issuer, and realm. A sample configuration has been
    provided in acme.cfg.
    
    The pki_ds_setup, pki_security_domain_setup, and
    pki_registry_enable params in the default.cfg have been moved
    from [DEFAULT] into each subsystem's section so that ACME can
    skip DS setup, security domain setup, and registry setup by
    default.
    
    The templates for ACME database, issuer, and realm configs
    have been modified to no longer contain passwords. The
    passwords need to be specified during installation.
    
    Some code in acme.py has been moved into subsystem.py so that
    it can be reused.
    
    The basic ACME test and the test with PostgreSQL have been
    modified to install ACME using pkispawn.
    edewata committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    85bdb04 View commit details
    Browse the repository at this point in the history