Submitted by Donkzilla on Sat, 11/21/2009 - 08:37
Manage SSL Certificate>New Certificate
-----BEGIN CERTIFICATE----- MIIDIjCCAougAwI...edited to stop page strech..-----END CERTIFICATE-----
(no need to post the matching private key here)
When I click "Install Now" I get this error message: Failed to install certificate : Missing or invalid signed SSL certificate : Data does not start with line -----BEGIN CERTIFICATE-----
If I try again, putting a new line after -----BEGIN CERTIFICATE----- I get this error message: Failed to install certificate : Missing or invalid signed SSL certificate : Data does not end with line -----BEGIN CERTIFICATE-----
BINGO I Just fixed it.... the problem is with Internet Explorer 8 The signed certificate installed without problem when I tried with Firefox.
Status:
Active
Comments
Submitted by JamieCameron on Sat, 11/21/2009 - 15:38 Comment #1
Could be an upload issue with IE 8.
Did you certificate actually have the proper newlines though? It should be formatted like :
-----BEGIN CERTIFICATE-----
MIIBNTCB4AIBADANBgkqhkiG9w0BAQQFADAmMRgwFgYDVQQKEw9XZWJtaW4gU29m
dHdhcmUxCjAIBgNVBAMUASowHhcNOTgwMTAzMTAzNDUwWhcNMDcxMDAzMTAzNDUw
WjAmMRgwFgYDVQQKEw9XZWJtaW4gU29mdHdhcmUxCjAIBgNVBAMUASowXDANBgkq
hkiG9w0BAQEFAANLADBIAkEA1pEFXtfoNZRtObwoGOMfHgIAdVJAKZ6LxAjCu5U+
eDA6QSGyDN8hPUhjqPJjdAzprgBKXvGiSjLlThBnwT+rjQIDAQABMA0GCSqGSIb3
DQEBBAUAA0EAFCoYeLlWcClpv2sSc7zIchsMR3DKeH/O1ZtfEezzkaonre78HeYV
wSQvuoVleb7A497TFcSB6+FON6azoVqPyQ==
-----END CERTIFICATE-----