diff --git a/README.md b/README.md index ad520facbb1e91d2f95bf94fb1cbbecfadbb44fe..fba7d16858c8f68323c535acacfee88d96c1724b 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,22 @@ Require SSL for remote (non-loopback) client connections. Default: `false` -### SSL_CERT_FILE +### SSL_CERT_DATA Specify the path to the SSL certificate. -### SSL_KEY_FILE +### SSL_CERT_FILE + +Specify the base64 encoded data of the SSL certificate. + +### SSL_KEY_DATA Specify the path to the SSL key. +### SSL_KEY_FILE + +Specify the base64 encoded data of the SSL key. + ### METRICS_ENABLED Enable metrics API.