Creating SSL Certs For google app engine Using ZeroSSL And Let's Encrypt -
i'm trying install ssl certificates created using zerossl.com page let's encrypt, google cloud platform. followed free ssl certificate wizard so. zerossl page generates 4 files in process: domain-crt.txt domain-key.txt account-key.txt domain-csr.txt
the google cloud platform asks 2 files: pem encoded x.509 public key certificate unencrypted pem encoded rsa private key
i've made combinations, , followed suggestion find in web, had no success.
i asked zerossl people, , alexander answers me solution.
ssl certificate wizard generates longer more secure 4096 bits key default, google accepts 2048 bits key. should generate new csr separately first using csr generator @ https://zerossl.com/free-ssl/#csr , making sure select 2048 bits. download produced key , csr (please note domain key, not le key) , use same le key used , new csr ssl certificate wizard. @ last wizard step, might need split domain-crt.txt file in two. first part between ---begin certificate----- , ---end certificate----- go "public key certificate" field. finally, content of domain-key.txt should pasted "private key" field.
Comments
Post a Comment