Skip to content

Commit

Permalink
[ru] update curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Apr 23, 2023
1 parent 306bb81 commit 6b54e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ru/docs/tasks/administer-cluster/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight: 20
1. Скачайте, распакуйте и инициализируйте пропатченную версию `easyrsa3`.

```shell
curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
curl -LO curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
tar xzf easy-rsa.tar.gz
cd easy-rsa-master/easyrsa3
./easyrsa init-pki
Expand Down

0 comments on commit 6b54e95

Please sign in to comment.