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

Add test for ACME on separate instance #4849

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Sep 13, 2024

A new test has been added to install CA and ACME on separate instances using pkispawn, then perform some operations using certbot.

The code that calls spawn_acme() has been moved to run after the instance is created by the instance_layout scriptlet.

The code that checks the existence of pki_ds_password has been moved so that it will only run if pki_ds_setup is True.

The code that checks the existence of pki_admin_password and pki_client_pkcs12_password has been updated so that it will not run for ACME.

A new test has been added to install CA and ACME on separate
instances using pkispawn, then perform some operations using
certbot.

The code that calls spawn_acme() has been moved to run after
the instance is created by the instance_layout scriptlet.

The code that checks the existence of pki_ds_password has been
moved so that it will only run if pki_ds_setup is True.

The code that checks the existence of pki_admin_password and
pki_client_pkcs12_password has been updated so that it will
not run for ACME.
Copy link

sonarcloud bot commented Sep 13, 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 16, 2024

@fmarco76 Thanks!

@edewata edewata merged commit 0ff1fc4 into dogtagpki:master Sep 16, 2024
151 of 158 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