Skip to content

Commit e6e6032

Browse files
Matheus Politanorubenhoenle
authored andcommitted
update doc
1 parent f6edb73 commit e6e6032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/cdn_custom_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "stackit_cdn_custom_domain" "example" {
2222
name = "https://xxx.xxx"
2323
certificate = {
2424
certificate = "-----BEGIN CERTIFICATE-----\nY2VydGlmaWNhdGVfZGF0YQ==\n-----END CERTIFICATE---"
25-
private_key = "-----BEGIN CERTIFICATE-----\nY2VydGlmaWNhdGVfZGF0YQ==\n-----END CERTIFICATE---"
25+
private_key = "-----BEGIN RSA PRIVATE KEY-----\nY2VydGlmaWNhdGVfZGF0YQ==\n-----END RSA PRIVATE KEY---"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)