I try installing Comodo Certificate that I ordered in SSLs.com on Google App Engine Custom Domain. But I have error:
The SSL certificate provided could not be inserted.
I checked that my key is 2048-bit length:
# openssl rsa -in myserver2.key.pem -text -noout
Private-Key: (2048 bit)
And made sure that my certificate appended to ca-bundle:
cat xn--80aaxfchnde0hb.com.crt xn--80aaxfchnde0hb.com.ca-bundle > concat.crt
Besides that I verified md5 and CAfile:
# openssl verify -verbose -CAfile concat.crt concat.crt
concat.crt: OK
# openssl x509 -noout -modulus -in concat.crt |openssl md5
(stdin)= f83d...c3d
# openssl rsa -noout -modulus -in myserver2.key.pem | openssl md5
(stdin)= f83d...c3d
Also I tried to convert the certificate in PEM
openssl x509 -inform PEM -in concat.crt > concat.pem
I want to get a certificate for xn- domain.