Closed
Description
Hi, would it b possible to point to a file/path instead of copy/pasting the content like below?
tls_cert: | # default "", PEM-encoded fullchain certificate for HTTPS
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
tls_key: | # default "", PEM-encoded private key for HTTPS
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
When using SSL with lets encrypt, the certficates need to be renewed every 90 days
thnx!