feat(description): better explanation of checkCertificate (#22)
This commit is contained in:
parent
eab007db6e
commit
92a1f2c6d5
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user