diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 538789d..b77dae3 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -160,7 +160,9 @@ server { } ``` - Then rebuild the containers: `docker compose up -d`. After it is rebuilt we should be able to pull up Automatisch at the DNS with a valid SSL cert bound to it +- You can use `user@automatisch.io` and `sample` to login. Please do not forget to change your email and password from the settings page. ## Cronjob for auto SSL Cert renewals + - Locate Docker binary: `whereis docker` or `sudo whereis docker` - It should be in `/usr/bin/docker`, but wherever it is on the system, run `crontab -e` and enter this task to renew the ssl cert, replace `/path/to/docker-compose.yml` with the actual path where the docker-compose.yml file is: `0 5 1 */2 * /usr/bin/docker compose -f /path/to/docker-compose.yml up certbot`