mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 13:22:55 +01:00
21 lines
274 B
Bash
Executable File
21 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
globalTests+=(
|
|
docker_api
|
|
location_config
|
|
default_cert
|
|
certs_single
|
|
certs_san
|
|
certs_single_domain
|
|
certs_standalone
|
|
force_renew
|
|
acme_accounts
|
|
private_keys
|
|
ocsp_must_staple
|
|
container_restart
|
|
permissions_default
|
|
permissions_custom
|
|
symlinks
|
|
)
|