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
certificate_id = keyfactor_certificate.pfx_cert.id # ID of the certificate to deploy
38
+
certificate_store_id = "<my_certstore_id>" # ID of the certificate store to deploy to
39
+
certificate_alias = "<my_cert_alias>" # Alias to use for the certificate in the store
40
+
}
41
+
```
42
+
43
+
<!-- schema generated by tfplugindocs -->
44
+
## Schema
45
+
46
+
### Required
47
+
48
+
-`certificate_alias` (String) A string providing an alias to be used for the certificate upon entry into the certificate store. The function of the alias varies depending on the certificate store type. Please ensure that the alias is lowercase, or problems can arise in Terraform Plan.
49
+
-`certificate_id` (Number) Keyfactor certificate ID
50
+
-`certificate_store_id` (String) A string containing the GUID for the certificate store to which the certificate should be added.
51
+
52
+
### Optional
53
+
54
+
-`key_password` (String, Sensitive) Password that protects PFX certificate, if the certificate was enrolled using PFX enrollment, or is password protected in general. This value cannot change, and Terraform will throw an error if a change is attempted.
55
+
56
+
### Read-Only
57
+
58
+
-`id` (String) A unique identifier for this certificate deployment.
0 commit comments