Merge pull request #184 from marnel/fix-https-suggestion-output

Add additional requirement to output message
This commit is contained in:
jotadeveloper 2017-05-07 15:22:25 +02:00 committed by GitHub
commit 93d28f66b2
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ function afterConfigLoad() {
' https:',
' key: verdaccio-key.pem',
' cert: verdaccio-cert.pem',
' ca: verdaccio-cert.pem',
].join('\n'));
process.exit(2);
}