Fixed traefik and certs

This commit is contained in:
root
2022-03-02 13:41:23 +01:00
parent 8e21d5e085
commit ab33a03a51
4 changed files with 13 additions and 3 deletions

View File

@ -2,5 +2,5 @@ Drop in directory for certificates.
You can generate the necessary certs with:
``` shell
openssl req -x509 -newkey rsa:4096 -keyout certs/traefik.key -out certs/treafik.crt -days 365
openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365
```