0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

docs: update ssl section

This commit is contained in:
Juan Picado @jotadeveloper 2018-02-16 08:21:40 +01:00
parent eea6cfdbca
commit f8285ed503
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -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