mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 13:22:55 +01:00
24 lines
318 B
Bash
Executable File
24 lines
318 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
|
|
force_renew
|
|
certs_validity
|
|
container_restart
|
|
permissions_default
|
|
permissions_custom
|
|
symlinks
|
|
'
|
|
)
|