Files
HomeServerServices/proxy/create-first-cert-example.sh
2026-01-04 06:56:55 -06:00

9 lines
215 B
Bash

docker compose -f init-compose.yml up -d
docker compose run --rm certbot certonly --webroot \
--webroot-path=/var/www/certbot \
--email your-email@gmail.com \
--agree-tos \
--no-eff-email \
-d domain.com