bridgehead/certs/README.md

7 lines
188 B
Markdown
Raw Normal View History

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