Skip to content

Commit b71ad3b

Browse files
authored
Use latest cfssl binaries (#19722)
We (Cloudflare) are now releasing cfssl binaries via GitHub releases.
1 parent 37c933f commit b71ad3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/cluster-administration/certificates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ Finally, add the same parameters into the API server start parameters.
130130
Note that you may need to adapt the sample commands based on the hardware
131131
architecture and cfssl version you are using.
132132

133-
curl -L https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 -o cfssl
133+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl_1.4.1_linux_amd64 -o cfssl
134134
chmod +x cfssl
135-
curl -L https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 -o cfssljson
135+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssljson_1.4.1_linux_amd64 -o cfssljson
136136
chmod +x cfssljson
137-
curl -L https://pkg.cfssl.org/R1.2/cfssl-certinfo_linux-amd64 -o cfssl-certinfo
137+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl-certinfo_1.4.1_linux_amd64 -o cfssl-certinfo
138138
chmod +x cfssl-certinfo
139139
1. Create a directory to hold the artifacts and initialize cfssl:
140140

0 commit comments

Comments
 (0)