own Certificates
Parameters
value
Defines a reference to a secret which contains all certificates and private keys 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.
suspend fun ownCertificates(vararg values: Output<AssetEndpointProfilePropertiesOwnCertificatesArgs>)
suspend fun ownCertificates(values: List<Output<AssetEndpointProfilePropertiesOwnCertificatesArgs>>)
Parameters
values
Defines a reference to a secret which contains all certificates and private keys 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.
suspend fun ownCertificates(argument: List<suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit>)
suspend fun ownCertificates(vararg argument: suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit)
suspend fun ownCertificates(argument: suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit)
Parameters
argument
Defines a reference to a secret which contains all certificates and private keys 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.