We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3407a6 commit 3f371caCopy full SHA for 3f371ca
Readme.md
@@ -248,7 +248,7 @@ it uses one of the predefined SSL profiles included. The following profiles are
248
https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem
249
250
When connecting to other servers, you will need to provide an object of options, in the
251
-same format as [crypto.createCredentials](http://nodejs.org/api/crypto.html#crypto_crypto_createcredentials_details).
+same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options).
252
Please note the arguments expect a string of the certificate, not a file name to the
253
certificate. Here is a simple example:
254
0 commit comments