Skip to content

Commit 14b20a3

Browse files
authored
Merge pull request #26138 from Arhell/upd
[zh] upgrade cfssl installations
2 parents 37f82ce + 009fd0f commit 14b20a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ Finally, add the same parameters into the API server start parameters.
273273
Note that you may need to adapt the sample commands based on the hardware
274274
architecture and cfssl version you are using.
275275
276-
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl_1.4.1_linux_amd64 -o cfssl
276+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl_1.5.0_linux_amd64 -o cfssl
277277
chmod +x cfssl
278-
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssljson_1.4.1_linux_amd64 -o cfssljson
278+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssljson_1.5.0_linux_amd64 -o cfssljson
279279
chmod +x cfssljson
280-
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.4.1/cfssl-certinfo_1.4.1_linux_amd64 -o cfssl-certinfo
280+
curl -L https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl-certinfo_1.5.0_linux_amd64 -o cfssl-certinfo
281281
chmod +x cfssl-certinfo
282282
1. Create a directory to hold the artifacts and initialize cfssl:
283283

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ This tutorial uses CFSSL: Cloudflare's PKI and TLS toolkit [click here](https://
9393
## Download and install CFSSL
9494
9595
The cfssl tools used in this example can be downloaded at
96-
[https://pkg.cfssl.org/](https://pkg.cfssl.org/).
96+
[https://github.com/cloudflare/cfssl/releases](https://github.com/cloudflare/cfssl/releases).
9797
-->
9898
## 下载并安装 CFSSL
9999

100-
本例中使用的 cfssl 工具可以在 [https://pkg.cfssl.org/](https://pkg.cfssl.org/) 下载。
100+
本例中使用的 cfssl 工具可以在 [github.com/cloudflare/cfssl/releases](https://github.com/cloudflare/cfssl/releases) 下载。
101101

102102
<!--
103103
## Create a Certificate Signing Request

0 commit comments

Comments
 (0)