1
0
docker-letsencrypt-nginx-pr.../test/config.sh

30 lines
491 B
Bash
Raw Normal View History

2017-11-24 23:51:31 +01:00
#!/bin/bash
set -e
globalTests+=(
2017-12-09 17:42:59 +01:00
docker_api
docker_api_legacy
2019-06-09 12:48:10 +02:00
location_config
2018-08-04 19:06:44 +02:00
default_cert
2017-11-24 23:51:31 +01:00
certs_single
certs_san
certs_single_domain
2018-06-25 11:17:29 +02:00
certs_standalone
force_renew
2020-10-12 22:45:32 +02:00
acme_accounts
2020-10-26 22:52:37 +01:00
private_keys
container_restart
permissions_default
permissions_custom
2018-03-18 18:50:47 +01:00
symlinks
2022-02-25 19:59:29 +01:00
acme_hooks
ocsp_must_staple
2017-11-24 23:51:31 +01:00
)
# The acme_eab test requires Pebble with a specific configuration
if [[ "$ACME_CA" == 'pebble' && "$PEBBLE_CONFIG" == 'pebble-config-eab.json' ]]; then
globalTests+=(
acme_eab
)
fi