The only info that I found so far is...the certificate and private keys must be in RSA PEM format.Would these be the right commands for converting?openssl rsa -in switch1.key -outform PEM -out switch1.crt.pemopenssl x509 -in switch1.crt -outform PEM -out switch1.key.pem