Explorar o código

Skip LE with configuration parameter

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
856b05147c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      data/Dockerfiles/acme/docker-entrypoint.sh

+ 6 - 0
data/Dockerfiles/acme/docker-entrypoint.sh

@@ -1,5 +1,11 @@
 #!/bin/bash
 
+if [[ ! "${SKIP_LETS_ENCRYPT}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
+    echo "Skipping Let's Encrypt..."
+    exit 0
+fi
+
+
 ACME_BASE=/var/lib/acme
 SSL_EXAMPLE=/var/lib/ssl-example
 mkdir -p ${ACME_BASE}/acme/private