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
|
2020-04-21 12:29:03 +02:00
|
|
|
certs_single_domain
|
2018-06-25 11:17:29 +02:00
|
|
|
certs_standalone
|
2018-06-16 19:50:46 +02:00
|
|
|
force_renew
|
2020-10-12 22:45:32 +02:00
|
|
|
acme_accounts
|
2020-10-26 22:52:37 +01:00
|
|
|
private_keys
|
2018-12-21 13:05:20 +01:00
|
|
|
container_restart
|
2018-10-13 15:58:16 +02:00
|
|
|
permissions_default
|
|
|
|
permissions_custom
|
2018-03-18 18:50:47 +01:00
|
|
|
symlinks
|
2017-11-24 23:51:31 +01:00
|
|
|
'
|
|
|
|
)
|