You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`host: string` | This must be the top level domain name eg `httpbin.org`.
111
+
`host: string` | This must be the request domain name eg `sales.company.org`.
112
+
`commonName?: string` | Default: options.host, set if certificate CN is different from the host eg `*.company.org`
111
113
`certificate: string` | The uri path to your `.cer` certificate file.
112
114
`allowInvalidCertificates?: boolean` | Default: `false`. This should **always** be `false` if you are using SSL pinning. Set this to `true` if you're using a self-signed certificate.
113
115
`validatesDomainName?: boolean` | Default: `true`. Determines if the domain name should be validated with your pinned certificate.
0 commit comments