Comments in a pem file
Anything outside —–BEGIN FOO—– and —–END FOO—– should be ignored by OpenSSL. This behavior is commonly used to e.g. embed an entire human-readable detailed description of the cert in the PEM file itself, so that anyone reading it can see what it encodes without having to invoke openssl x509 … on it.