File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ export const OPTIONS = {
1108
1108
} ,
1109
1109
sslCRL : {
1110
1110
deprecated :
1111
- 'sslCRL is deprecated and will be removed in the next major version. Please use tlsCertificateKeyFile instead .' ,
1111
+ 'sslCRL is deprecated and will be removed in the next major version and be replaced by tlsCRLFile in that release .' ,
1112
1112
target : 'crl' ,
1113
1113
transform ( { values : [ value ] } ) {
1114
1114
return fs . readFileSync ( String ( value ) , { encoding : 'ascii' } ) ;
Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ export interface MongoOptions
814
814
* | nodejs native option | driver spec compliant option name | legacy option name | driver option type |
815
815
* |:----------------------|:----------------------------------------------|:-------------------|:-------------------|
816
816
* | `ca` | `tlsCAFile` | `sslCA` | `string` |
817
- * | `crl` | N/A | `sslCRL` | `string` |
817
+ * | `crl` | `tlsCRLFile` (next major version) | `sslCRL` | `string` |
818
818
* | `cert` | `tlsCertificateFile`, `tlsCertificateKeyFile` | `sslCert` | `string` |
819
819
* | `key` | `tlsCertificateKeyFile` | `sslKey` | `string` |
820
820
* | `passphrase` | `tlsCertificateKeyFilePassword` | `sslPass` | `string` |
You can’t perform that action at this time.
0 commit comments