Skip to content

Commit 2fc1c0b

Browse files
authored
Merge pull request #40827 from Arhell/it-cer
[it] update curl command
2 parents 648cda5 + e3ab97b commit 2fc1c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manualmente tramite `easyrsa`, `openssl` o `cfssl`.
2222

2323
1. Scaricare, decomprimere e inizializzare la versione patched di easyrsa3.
2424

25-
        curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
25+
        curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
2626
        tar xzf easy-rsa.tar.gz
2727
        cd easy-rsa-master / easyrsa3
2828
        ./easyrsa init-pki

0 commit comments

Comments
 (0)