mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 16:30:14 +02:00
Fixed traefik and certs
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user