Converting the server.pem file to .der format

You can use the Open SSL command to convert the server.pem file to .der format.

Jamf does not support the PEM format, so while using Open SSL we must run the following command:

openssl x509 -in server.pem -out server.der -outform DER