From 666472c68463a729d4112a64dbdf4a86bb5c6b01 Mon Sep 17 00:00:00 2001 From: Alexandru-Mihai Maftei Date: Wed, 3 Jan 2024 08:37:50 +0000 Subject: [PATCH] Update certificate/key format in README.md (#210) The code parses PEM-encoded certificates and private keys. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f38043..16366e7 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ Options: The path prefix act as a secret to authenticate clients 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. + [Optional] Use custom certificate (.pem) 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 + [Optional] Use a custom tls key (.pem) that the server will use instead of the default embedded one The private key will be automatically reloaded if it changes -h, --help Print help