OwnCertificateResponse

data class OwnCertificateResponse(val certPasswordReference: String? = null, val certSecretReference: String? = null, val certThumbprint: String? = null)

Certificate or private key that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.

Constructors

Link copied to clipboard
constructor(certPasswordReference: String? = null, certSecretReference: String? = null, certThumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Secret Reference Name (Pfx or Pem password).

Link copied to clipboard

Secret Reference name (cert and private key).

Link copied to clipboard
val certThumbprint: String? = null

Certificate thumbprint.