mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Add additional requirement to output message
With out the ca parameter in the https config section the server fails to start with a 500 error and complains that path must be a string.
This commit is contained in:
parent
90e1a66930
commit
a85978f2be
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ function afterConfigLoad() {
|
|||
' https:',
|
||||
' key: verdaccio-key.pem',
|
||||
' cert: verdaccio-cert.pem',
|
||||
' ca: verdaccio-cert.pem'
|
||||
].join('\n'));
|
||||
process.exit(2);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue