Wasm Directoryalpha
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

NameTypeDescription
keystore-passwordstring
keystore-password-confirmstring
truststore-passwordstring
truststore-password-confirmstring
https-hostnamestring
https-portstring
certificate-fileoption​<string>
privatekey-fileoption​<string>