> On Jan 19, 2016, at 12:52 PM, Graphics Geeks <
graphic...@gmail.com> wrote:
>
> My signing authority is asking for a CSR in PEM format.
>
> How do I generate this for them?
>
> And once I get my signed certificates, how do I install the certificates on my server?
>
> And please, do not link to this webpage (I have read it a thousand times and it does not provide a clear process for installing SSL)
>
>
https://cloud.google.com/compute/docs/load-balancing/http/ssl-certificates
>
> I've followed that guide and it leads nowhere. No files are sent to my computer. No CSR is printed onto the screen. Nothing happens.
>
Are you able to follow the first few steps of the guide? Are you able to open a terminal on your platform?
If you have followed that guide then you have what you need, but it doesn’t print to the screen. It’s saved to a file (example.csr in the guide). You can view the file by typing ‘cat example.csr’. It will print the text including '-----BEGIN CERTIFICATE REQUEST-----'. Just copy that whole block of text.