Skip to content

Commit 18a2c35

Browse files
committed
Node. Cleanup
1 parent 8900fcb commit 18a2c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-node/src/webMain/generated/node/tls/createSecureContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package node.tls
1919
* A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it.
2020
*
2121
* If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of
22-
* CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
22+
* CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
2323
*
2424
* Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength
2525
* will be selected automatically. Otherwise, if necessary, `openssl dhparam` can

0 commit comments

Comments
 (0)