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

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Sep 25, 2024

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.

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.
Copy link

sonarcloud bot commented Sep 25, 2024

Copy link
Member

@fmarco76 fmarco76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Sep 25, 2024

@fmarco76 Thanks!

@edewata edewata merged commit 64ed4cc into dogtagpki:master Sep 25, 2024
285 of 293 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants