Skip to content

Commit

Permalink
Merge pull request #184 from MaxRenaud/easyrsa
Browse files Browse the repository at this point in the history
Update EasyRSA to 3.0.8
  • Loading branch information
k8s-ci-robot authored Mar 24, 2021
2 parents a84ec40 + ed989c7 commit a04e564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a04e564

Please sign in to comment.