Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 316 Bytes

#SSL

First initialise

$ docker compose run --rm  certbot certonly --webroot --webroot-path /var/www/certbot/ --dry-run -d example.org

and renew

$ docker compose run --rm certbot renew

#ENV copy .env.example -> .env and set VK_SECRET_KEY and VK_MINI_APP_ID from VK miniApp settings