How do I avoid the initial text portion when creating a PEM certificate with openssl?

I’ve created my own CA with openssl. The problem I’m having is that when I sign a CSR and generate a PEM certificate with it, there is an initial text portion in the certificate where I was only want the actual encoded certificate itself.
Continue reading How do I avoid the initial text portion when creating a PEM certificate with openssl?