Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A new test has been added to create a CA container and an ACME container using the CA, then run ACME tests using certbot. The pki-acme-run script has been modified to create the /conf/acme folder to store imported config files if it doesn't exist already. The pki-server-run script has been modified to create an NSS database and the /conf/certs folder to store imported certs if they don't exist already. The pki-server run command has been modified to provide options to skip config upgrade and migration. The pki-server-run script has also been modified to use these options since in general containers should not alter the config files automatically (including creating backup files). For now containers should assume that the config files are already upgraded/migrated by the admin. The tests for basic ACME container and PKI server container have been updated to no longer expect a backup folder to be created in the /logs folder.
- Loading branch information