property SecureContextOptions.ca
Usage in Deno
```typescript
import { type SecureContextOptions } from "node:node__tls.d.ts";
```
Optionally override the trusted CA certificates. Default is to trust
the well-known CAs curated by Mozilla. Mozilla's CAs are completely
replaced when CAs are explicitly specified using this option.