set User Certificate
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
update Progress
of the operation