Deno.ConnectTlsOptions.caCerts - Deno documentation
property Deno.ConnectTlsOptions.caCerts

A list of root certificates that will be used in addition to the default root certificates to verify the peer's certificate.

Must be in PEM format.

Type

string[]