Relative Content

Tag Archive for ssl

How important is an SSL certificate for a website?

I’m bootstrapping my own project, it has a registration/login area (via devise with RoR, properly hashed and salted of course). As I’m using subdomains and I need to access them with iframes (it’s justified, really!) I’d need one of those expensive certificates that cover subdomains.

What advice can you give me to successfully mount Google Managed SSL Certificates into Kubernetes pods as tls secrets?

‘m trying to mount Google Managed SSL Certificates directly into my Kubernetes pods, but I’m running into issues. It seems like the standard approach isn’t working. Has anyone else faced this problem, or found a workaround? Since I do not require load balancer I cannot use the ssl certificates directly attached to lb. Instead I need the google certificate to be mounted as k8s secret.
Also, I have read about cert-manager and googe authority service might help me but I am not sure if its worth the try.

What advice can you give me to successfully mount Google Managed SSL Certificates into Kubernetes pods as tls secrets?

‘m trying to mount Google Managed SSL Certificates directly into my Kubernetes pods, but I’m running into issues. It seems like the standard approach isn’t working. Has anyone else faced this problem, or found a workaround? Since I do not require load balancer I cannot use the ssl certificates directly attached to lb. Instead I need the google certificate to be mounted as k8s secret.
Also, I have read about cert-manager and googe authority service might help me but I am not sure if its worth the try.