Files
HomeServerServices/proxy/create-first-cert-example.sh
2026-01-15 00:14:56 +04:00

7 lines
211 B
Bash

docker compose run --rm --entrypoint "certbot" certbot certonly --webroot \
--webroot-path=/var/www/certbot \
--email your-email@gmail.com \
--agree-tos \
--no-eff-email \
-d domain.com -d domain2.com