mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Following #6821, this PR continues to convert certbot integration tests into certbot-ci. This PR add tests covering checks on L531 to the end on tests/certbot-boulder-integration.sh. Previous lines are covered with existing tests, or by #6946, #6947, #6948, #6949, #6951, #6952. * Add tests * Add load resource * Separate OCSP in two tests * Copy new asset * Load the asset * Add coverage limit
15 lines
600 B
Text
15 lines
600 B
Text
# renew_before_expiry = 30 days
|
|
version = 0.10.0.dev0
|
|
archive_dir = sample-config/archive/b.encryption-example.com
|
|
cert = sample-config/live/b.encryption-example.com/cert.pem
|
|
privkey = sample-config/live/b.encryption-example.com/privkey.pem
|
|
chain = sample-config/live/b.encryption-example.com/chain.pem
|
|
fullchain = sample-config/live/b.encryption-example.com/fullchain.pem
|
|
|
|
# Options used in the renewal process
|
|
[renewalparams]
|
|
authenticator = apache
|
|
installer = apache
|
|
account = 48d6b9e8d767eccf7e4d877d6ffa81e3
|
|
config_dir = sample-config
|
|
server = https://acme-staging.api.letsencrypt.org/directory
|