Skip to content

Commit 77e675d

Browse files
committed
chore(docs): Update docs
1 parent 83047e8 commit 77e675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/resources/keyfactor_certificate/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "keyfactor_certificate" "PFXCertificate" {
1919

2020
# Optional SANs
2121
ip_sans = ["192.168.123.2", "172.51.2.4"] # Optional IP SANs
22-
dns_sans = ["meow.example.com", "meow2"] # Optional DNS SANs
22+
dns_sans = ["san1.example.com", "san2"] # Optional DNS SANs
2323
key_password = "my certificate password!"
2424
# The password for the certificate. Note: This is bad practice, use TF_VAR_<variable_name> instead.
2525
certificate_authority = "COMMAND\\MY_CA_01" # Keyfactor CA to use to handle the certificate request.

0 commit comments

Comments
 (0)