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:
parent
eea6cfdbca
commit
f8285ed503
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue