Record
ssl-setup-params
No description available.
record ssl-setup-params {
keystore-password: string,
keystore-password-confirm: string,
truststore-password: string,
truststore-password-confirm: string,
https-hostname: string,
https-port: string,
certificate-file: option<string>,
privatekey-file: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| keystore-password | string | |
| keystore-password-confirm | string | |
| truststore-password | string | |
| truststore-password-confirm | string | |
| https-hostname | string | |
| https-port | string | |
| certificate-file | option<string> | |
| privatekey-file | option<string> |