website: fix erroneous example for aws_iam_server_certificate
Fixed the example inline redacted private key having incongruent PEM header/footer
This commit is contained in:
parent
d47a60f7c9
commit
9343a9da82
|
@ -49,7 +49,7 @@ EOF
|
|||
private_key = <<EOF
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
[......] # cert contents
|
||||
-----END CERTIFICATE-----
|
||||
-----END RSA PRIVATE KEY-----
|
||||
EOF
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue