user13799887
user13799887

Reputation: 1

Kubernetes tls/ssl using .pfx certificate

For implementing SSL in Kubernetes can we use .pfx certificate file?

Thanks Girish

Upvotes: 0

Views: 1755

Answers (1)

Tushar Mahajan
Tushar Mahajan

Reputation: 2160

I suggest you to try this installation for cert-manager and thereafter you can follow this stackoverflow post , it will get the issue sorted, I guess.

Kindly use

apiVersion: cert-manager.io/v1alpha2

in clusterissuer, if the apiVersion for clusterIssuer present in that stackoverflow post is not acceptable

Upvotes: 1

Related Questions