nabsul/kcert

Where issued certificate stored after issuing

kmpartner opened this issue · 3 comments

Hi,
After the failure of issuing and renewing certificates with Let's encrypt and cert-manager, I have tried this kcert repository.
Issuing was successful and It seems to be working so far, though I have not yet tested the renewal of certificates after three months.
Thank you for creating,

I have a question about issued certificates. I could confirm the certificate in the browser and I could find created secrets with the same name in ingress using kubectl.
But I couldn't find certificates using kubectl.
Where they are stored? Are they in kcert namespace? or are they deleted?
I am not familiar with issuing certificates and Let's encrypt.

Hi, thanks for trying KCert out.

The Kubernetes secret is where your certs are stored. If you run kubectl get secrets the second column called type should be kubernetes.io/tls for your certificates.

Please let me know if this answers your question or I misunderstood.

Thank you for your response,
I now understand where issued certificates are stored.

Great!