bridgehead/certs/README.md

7 lines
195 B
Markdown
Raw Normal View History

Drop in directory for certificates.
You can generate the necessary certs with:
``` shell
2022-03-02 13:41:23 +01:00
openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365
```