0
Fork 0
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:
Juan Picado 2017-05-12 09:32:08 +02:00
parent 4b9af22c95
commit 2215dc3397
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -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:',