Deno.ConnectTlsOptions
interface ConnectTlsOptions {
caCerts?: string[];
certFile?: string;
hostname?: string;
port: number;
}§Properties
§
caCerts?: string[]
[src]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.