mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Add basic proxy
This commit is contained in:
8
proxy/create-first-cert-example.sh
Normal file
8
proxy/create-first-cert-example.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user