diff --git a/Makefile b/Makefile index 5f6632c13..69b2a2cc9 100644 --- a/Makefile +++ b/Makefile @@ -106,10 +106,11 @@ proto/agent/agent.pb.go: proto/agent/agent.proto ## -------------------------------------- easy-rsa.tar.gz: - curl -L -O --connect-timeout 20 --retry 6 --retry-delay 2 https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz + curl -L -o easy-rsa.tar.gz --connect-timeout 20 --retry 6 --retry-delay 2 https://github.com/OpenVPN/easy-rsa/archive/refs/tags/v3.0.8.tar.gz easy-rsa-master: easy-rsa.tar.gz tar xvf easy-rsa.tar.gz + mv easy-rsa-3.0.8 easy-rsa-master cfssl: @if ! command -v cfssl &> /dev/null; then \