feat(description): better explanation of checkCertificate (#22)

This commit is contained in:
Olivier Lambert 2016-11-29 10:51:24 +01:00 committed by Julien Fontanet
parent eab007db6e
commit 92a1f2c6d5

View File

@ -61,7 +61,7 @@ If not specified, it will use a default set of well-known CAs.
}
},
checkCertificate: {
description: 'Check the validity of the server\'s certificates. Useful when connecting to servers that use a self-signed certificate.',
description: 'Enforce the validity of the server\'s certificates. You can disable it when connecting to servers that use a self-signed certificate.',
type: 'boolean',
default: true
},