Interface: SoapSecurityCertificateConfig
types/src.YamlConfig.SoapSecurityCertificateConfig
SSL Certificate Based Authentication Configuration Including public key, private key and password fields
Table of contents
Properties
Properties
password
• Optional
password: string
Password
Defined in
packages/types/src/config.ts:1091
passwordPath
• Optional
passwordPath: string
Path to the file or URL contains your password
Defined in
packages/types/src/config.ts:1103
privateKey
• Optional
privateKey: string
Your private key
Defined in
packages/types/src/config.ts:1087
privateKeyPath
• Optional
privateKeyPath: string
Path to the file or URL contains your private key
Defined in
packages/types/src/config.ts:1099
publicKey
• Optional
publicKey: string
Your public key
Defined in
packages/types/src/config.ts:1083
publicKeyPath
• Optional
publicKeyPath: string
Path to the file or URL contains your public key
Defined in
packages/types/src/config.ts:1095