From 13287229991f41118eca76e238efc2392d6ec2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 29 Dec 2023 10:02:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c4613a..96a6661 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,10 @@ Options: Disabled by default. Accept all path prefix. Can be specified multiple time --tls-certificate [Optional] Use custom certificate (.crt) instead of the default embedded self signed certificate. + The certificate will be automatically reloaded if it changes --tls-private-key [Optional] Use a custom tls key (.key) that the server will use instead of the default embedded one + The certificate will be automatically reloaded if it changes -h, --help Print help ```