1
0
docker-letsencrypt-nginx-pr.../test/config.sh
2020-11-27 14:47:28 +01:00

26 lines
349 B
Bash
Executable File

#!/bin/bash
set -e
testAlias+=(
[jrcs/letsencrypt-nginx-proxy-companion]='le-companion'
)
imageTests+=(
[le-companion]='
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
'
)