Update Production HTTPS Setup

Linden Crandall 2025-02-12 20:10:57 +00:00
parent 9eaaa94a4b
commit 77b35dbcc9

@ -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`