mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 13:22:55 +01:00
96c9cbf821
This feature is not supported in this form by acme.sh This reverts commit 7dd2cd67e5edc6684463f9120bac2a088ad887cf, reversing changes made to 6a90d53c975a8d44539d6e9e8737c70150354aca.
24 lines
320 B
Bash
Executable File
24 lines
320 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
|
|
container_restart
|
|
permissions_default
|
|
permissions_custom
|
|
symlinks
|
|
'
|
|
)
|