1
0
docker-letsencrypt-nginx-pr.../test/config.sh
2022-02-25 20:00:08 +01:00

27 lines
402 B
Bash
Executable File

#!/bin/bash
set -e
globalTests+=(
docker_api
location_config
default_cert
certs_single
certs_san
certs_single_domain
certs_standalone
force_renew
acme_accounts
private_keys
container_restart
permissions_default
permissions_custom
symlinks
acme_hooks
)
# The ocsp_must_staple test does not work with Pebble
if [[ "$ACME_CA" == 'boulder' ]]; then
globalTests+=(
ocsp_must_staple
)
fi