Own Certificate Args
data class OwnCertificateArgs(val certPasswordReference: Output<String>? = null, val certSecretReference: Output<String>? = null, val certThumbprint: Output<String>? = null) : ConvertibleToJava<OwnCertificateArgs>
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.