You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`common_name` (String) Common name of the certificate.
90
+
-`type` (String) Type of certificate.
91
+
92
+
### Optional
93
+
94
+
-`expiry_time` (String) Certificate expiration time, in ISO 8601 duration format or date and time format.
95
+
-`hash_function` (String) Hashing function.
96
+
-`key_size` (Number) Key size of the certificate in bits.
97
+
-`name` (String) The unique name of the security certificate per SVM.
98
+
-`private_key` (String, Sensitive) Private key Certificate in PEM format. Only valid when installing a CA-signed certificate.
99
+
-`public_certificate` (String) Public key Certificate in PEM format. If this is not provided during create action, a self-signed certificate is created.
100
+
-`signing_request` (String) Certificate signing request to be signed by the given certificate authority. Request should be in X509 PEM format.
101
+
-`svm_name` (String) Name of the SVM in which the certificate is created or installed or the SVM on which the signed certificate will exist.
102
+
103
+
### Read-Only
104
+
105
+
-`ca` (String) Certificate authority.
106
+
-`id` (String) UUID of the certificate.
107
+
-`scope` (String) Set to 'svm' for certificates installed in a SVM. Otherwise, set to 'cluster'.
108
+
-`serial_number` (String) Serial number of the certificate.
109
+
-`signed_certificate` (String) Signed public key Certificate in PEM format that is returned while signing a certificate.
110
+
111
+
## Import
112
+
This resource supports import, which allows you to import existing security certificate into the state of this resource.
113
+
Import require a unique ID composed of the security certificate name, common name, type and connection profile, separated by a comma or security certificate common name, type, and connection profile, separated by a comma.
114
+
115
+
id = `name`,`common_name`,`type`,`cx_profile_name`
116
+
117
+
### Terraform Import
118
+
119
+
For example
120
+
121
+
Import with certificate name; recommended for ONTAP 9.8 or later
0 commit comments