The validation script from #10681 is too pedantic, and does not handle
well situations like:
```
cat <<EOF # or <<-EOF
Whether the leading whitespace is stripped out or not by bash
it should still be considered as valid.
EOF
```
This reverts commit
|
||
|---|---|---|
| .. | ||
| ca.pem | ||
| client-cert.pem | ||
| client-key.pem | ||
| client-rogue-cert.pem | ||
| client-rogue-key.pem | ||
| server-cert.pem | ||
| server-key.pem | ||
| server-rogue-cert.pem | ||
| server-rogue-key.pem | ||