mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Fix typo in wiki/ssl.md
This commit is contained in:
parent
d4e3bb0327
commit
1df0b7dce0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Once you update the listen and try to run verdaccio again will ask for certifica
|
|||
$ openssl x509 -req -in ~/.config/verdaccio/verdaccio-csr.pem -signkey ~/.config/verdaccio/verdaccio-key.pem -out ~/.config/verdaccio/verdaccio-cert.pem
|
||||
````
|
||||
|
||||
* Edit your config file `~/.config/verdaccio/config.yalm` and add the following section
|
||||
* Edit your config file `~/.config/verdaccio/config.yaml` and add the following section
|
||||
|
||||
````
|
||||
https:
|
||||
|
|
Loading…
Reference in a new issue