-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Client Side Encryption
It would be very convenient if passing in-memory TLS PEM options (tlsCAFile, tlsCertificateKeyFile) to the driver did not require creating a temporary file to store them and passing the filename to the driver.
For the main driver options, this is already the case because Node.js TLS options can be passed through; for AutoEncryptionTlsOptions this is currently not possible.
Acceptance Criteria:
- Utilize secureContext to pass tlsCAFile & tlsCertificateKeyFile as in memory options.
- is related to
-
NODE-4673 Allow passing sslCA file contents rather than path
- Closed