mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Merge pull request #371 from kingjan1999/patch-1
Fix typo in wiki/ssl.md
This commit is contained in:
commit
7cfb655596
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…
Add table
Reference in a new issue