Last updated 1 year ago
require 'ionoscloud-cert-manager' instance = IonoscloudCertManager::CertificatePropertiesDto.new( name: My Certificate, certificate: -----BEGIN CERTIFICATE-----MIIE5TCCAs2gAwIBAgIBATANBgkqhkiG9w0BAQsFADA2MQswCQYDVQQGEwJSTzEK-----END CERTIFICATE-----, certificate_chain: -----BEGIN CERTIFICATE-----MIIDoTCCAokCFDrAUWffdxWJVz2Axl9lp/4xiUteMA0GCSqGSIb3DQEBCwUAMIGG-----END CERTIFICATE----- )
name
String
The certificate name.
[optional]
certificate
The certificate body.
certificate_chain
Optional. The certificate chain.