Skip to content

Commit

Permalink
Auto-create SSL server cert for ACME on separate instance
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
edewata committed Sep 25, 2024
1 parent 5c1d201 commit 64ed4cc
Show file tree
Hide file tree
Showing 5 changed files with 1,053 additions and 46 deletions.
Loading

0 comments on commit 64ed4cc

Please sign in to comment.