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:
John Miller 2017-04-11 16:51:11 -07:00 committed by Martin Atkins
parent d47a60f7c9
commit 9343a9da82
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ EOF
private_key = <<EOF
-----BEGIN RSA PRIVATE KEY-----
[......] # cert contents
-----END CERTIFICATE-----
-----END RSA PRIVATE KEY-----
EOF
}
```