From f8285ed5035d3d754f22c91e3753c9dae240b221 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Fri, 16 Feb 2018 08:21:40 +0100 Subject: [PATCH] docs: update ssl section --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 1f73d847e..4f4a3c240 100644 --- a/docs/config.md +++ b/docs/config.md @@ -139,9 +139,9 @@ To enable `https` in `verdaccio` enough with set your `listen` domain with the p ```yaml https: - key: path/to/server.key - cert: path/to/server.crt - ca: path/to/server.pem + key: ./path/verdaccio-key.pem + cert: ./path/verdaccio-cert.pem + ca: ./path/verdaccio-csr.pem ``` ### Proxy