2022-03-02 09:45:33 +01:00
|
|
|
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
|
2022-03-02 09:45:33 +01:00
|
|
|
```
|