Posts

Showing posts with the label gke

How to generate Certificate Signing Request (CSR) for setting up TLS in GKE

Image
Clash Royale CLAN TAG #URR8PPP How to generate Certificate Signing Request (CSR) for setting up TLS in GKE I'm running a service in GKE and have an Ingress for setting up LTS. I have tried by my self-signing certificates and I could access to my site through https protocol. It looks good. Please notice that I have a static IP for Ingress and a domain name for it already. But now I'm going to create a real-certificates and trying to create a CSR and sending it to CA but I'm so confused after reading those posts: Manage TLS Certificates in a Cluster Certificates I have some questions: All I want is to make *.crt and *.key file for setting up https on my service. (I have read some blog posts telling about Let's Encrypt but I don't want to use it). Thank you for reading. 1 Answer 1 Let's go over each of your questions first: What's Pod's DNS, Pod's Ip and Service'...