Update README.md

This commit is contained in:
Erèbe - Romain Gerard 2023-12-29 10:02:06 +01:00 committed by GitHub
parent a4c842a210
commit 1328722999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,8 +157,10 @@ Options:
Disabled by default. Accept all path prefix. Can be specified multiple time Disabled by default. Accept all path prefix. Can be specified multiple time
--tls-certificate <FILE_PATH> --tls-certificate <FILE_PATH>
[Optional] Use custom certificate (.crt) instead of the default embedded self signed 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 <FILE_PATH> --tls-private-key <FILE_PATH>
[Optional] Use a custom tls key (.key) that the server will use instead of the default embedded one [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 -h, --help
Print help Print help
``` ```