Skip to content

Commit

Permalink
Merge pull request #420 from acouvreur/master
Browse files Browse the repository at this point in the history
Added missing --cert-type option for certificate check
  • Loading branch information
carlossg authored Jan 28, 2019
2 parents 5260c69 + da1c438 commit 41545f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ The client certificate needs to be converted to PKCS, will need a password

Validate that the certificates work

curl --cacert ~/.minikube/ca.crt --cert ~/.minikube/minikube.pfx:secret https://$(minikube ip):8443
curl --cacert ~/.minikube/ca.crt --cert ~/.minikube/minikube.pfx:secret --cert-type P12 https://$(minikube ip):8443

Add a Jenkins credential of type certificate, upload it from `~/.minikube/minikube.pfx`, password `secret`

Expand Down

0 comments on commit 41545f6

Please sign in to comment.