Skip to content

Commit 14bcdc0

Browse files
author
Haleygo
committed
only change en
1 parent f88bc87 commit 14bcdc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl_1.4.1_linux_amd64 -o cfssl
133+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl_1.5.0_linux_amd64 -o cfssl
134134
chmod +x cfssl
135-
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssljson_1.4.1_linux_amd64 -o cfssljson
135+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssljson_1.5.0_linux_amd64 -o cfssljson
136136
chmod +x cfssljson
137-
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl-certinfo_1.4.1_linux_amd64 -o cfssl-certinfo
137+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl-certinfo_1.5.0_linux_amd64 -o cfssl-certinfo
138138
chmod +x cfssl-certinfo
139139
1. Create a directory to hold the artifacts and initialize cfssl:
140140

content/en/docs/tasks/tls/managing-tls-in-a-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This tutorial uses CFSSL: Cloudflare's PKI and TLS toolkit [click here](https://
6060
## Download and install CFSSL
6161

6262
The cfssl tools used in this example can be downloaded at
63-
[https://pkg.cfssl.org/](https://pkg.cfssl.org/).
63+
[https://github.com/cloudflare/cfssl/releases](https://github.com/cloudflare/cfssl/releases).
6464

6565
## Create a Certificate Signing Request
6666

0 commit comments

Comments
 (0)