how can I identify my SSL public key certificate? -
amazon cloudfront giving me errors, either private key doesn't match public key certificate or public key certificate cannot parsed it's invalid.
using godaddy ssl certificate middle man/provider, got a:
.pem whoose contents beings "-----begin rsa private key-----"
(i'm assuming that's private key)
inside godaddy able download certs ssl, are:
.crt (type = security certificate) .p7b (type = pkcs #7 certificate)
is 1 of above public key? or there way supposed public key?
i have encountered issue before bad csr request. according godaddy: install digital certificate, must first generate , submit certificate signing request (csr) certification authority (ca). csr contains certificate-application information, including public key. use web server software generate csr, create public/private key pair used encrypting , decrypting secure transactions.
http://support.godaddy.com/help/article/5343/generating-a-certificate-signing-request
it states: note: when generating csr, specify key size of 2048 or higher.
the key size culprit. hope helps.
Comments
Post a Comment