Added letsencrypt script for tenants

This commit is contained in:
michelleDeko
2025-02-21 10:18:16 +01:00
committed by GitHub
parent 7f8e21c864
commit cc4efa31e9
2 changed files with 174 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
## Scrip based on https://github.com/wmnnd/nginx-certbot
## Script based on https://github.com/wmnnd/nginx-certbot
## https://pentacent.medium.com/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71
if ! [ -x "$(command -v docker-compose | head -n 1)" ] && ! [ -x "$(command -v docker compose | head -n 1)" ]; then