mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 16:30:14 +02:00
feature: Added https support to traefik
This commit is contained in:
6
certs/README.md
Normal file
6
certs/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user