get User Certificate
abstract suspend fun getUserCertificate(updateProgress: suspend (progress: Progress) -> Unit = {}): String?
Get user certificate as PEM or null if it is not set
Return
user certificate or null if it is not set
Parameters
update Progress
of the operation