From da1c438c25f17e169ea83907c81ded8213f6fe9a Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Thu, 24 Jan 2019 17:38:39 +0100 Subject: [PATCH] Added missing --cert-type option if --cert-type is missing from the curl command 'PEM' is used by default, but we use a P12 certificate type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb56b419a6..cf061ab9e1 100644 --- a/README.md +++ b/README.md @@ -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`