setUserCertificate

abstract suspend fun setUserCertificate(certificate: String, updateProgress: suspend (progress: Progress) -> Unit = {})

Set user certificate. After this operation the gateway will restart.

Parameters

certificate

to be set in a form of PEM or DER

updateProgress

of the operation