Difference between revisions of "Curl -LO"
Jump to navigation
Jump to search
(Created page with "{{lc}} curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" * {{cURL}}") |
|||
Line 5: | Line 5: | ||
[[curl]] -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" | [[curl]] -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" | ||
+ | curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" | ||
+ | % Total % Received % Xferd Average Speed Time Time Time Current | ||
+ | Dload Upload Total Spent Left Speed | ||
+ | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | ||
+ | curl: (60) SSL certificate problem: unable to get local issuer certificate | ||
+ | More details here: https://curl.se/docs/sslcerts.html | ||
+ | |||
+ | curl failed to verify the legitimacy of the server and therefore could not | ||
+ | establish a secure connection to it. To learn more about this situation and | ||
+ | how to fix it, please visit the web page mentioned above. | ||
+ | == See also == | ||
* {{cURL}} | * {{cURL}} | ||
+ | |||
+ | [[Category:Linux]] |
Latest revision as of 14:12, 11 December 2023
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
See also[edit]
Advertising: