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

26 lines
349 B
Bash
Raw Normal View History

2017-11-24 23:51:31 +01:00
#!/bin/bash
set -e
testAlias+=(
[jrcs/letsencrypt-nginx-proxy-companion]='le-companion'
)
imageTests+=(
[le-companion]='
2017-12-09 17:42:59 +01:00
docker_api
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
2017-11-24 23:51:31 +01:00
'
)