SSLConfig
age-schema-client / SSLConfig
Interface: SSLConfig
Defined in: src/core/types.ts:96
SSL configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
rejectUnauthorized? | boolean | Require SSL | src/core/types.ts:100 |
ca? | string | CA certificate | src/core/types.ts:105 |
cert? | string | Client certificate | src/core/types.ts:110 |
key? | string | Client key | src/core/types.ts:115 |