mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Fix #189 Increase info whether https certs are missing
This commit is contained in:
parent
4b9af22c95
commit
2215dc3397
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function afterConfigLoad() {
|
|||
};
|
||||
|
||||
logger.logger.fatal([
|
||||
'You need to specify "https.key" and "https.cert" to run https server',
|
||||
'You need to specify "https.key", "https.cert" and "https.ca" to run https server',
|
||||
'',
|
||||
// commands are borrowed from node.js docs
|
||||
'To quickly create self-signed certificate, use:',
|
||||
|
|
Loading…
Add table
Reference in a new issue