Add CA cert field for config (commented out)

This commit is contained in:
dabura667 2015-06-10 22:27:21 +09:00
parent 3310c637f6
commit 4b38588295
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ var config = {
// https: true,
// privateKeyFile: 'private.pem',
// certificateFile: 'cert.pem',
////// The following is only for certs which are not
////// trusted by nodejs 'https' by default
////// CAs like Verisign do not require this
// CAinter1: '', // ex. 'COMODORSADomainValidationSecureServerCA.crt'
// CAinter2: '', // ex. 'COMODORSAAddTrustCA.crt'
// CAroot: '', // ex. 'AddTrustExternalCARoot.crt'
storageOpts: {
mongoDb: {