mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
Update ssl_generate_self_signed.txt
not able to download by just using `curl` , worked after using `curl -L` option more info here - https://unix.stackexchange.com/a/321751/537201
This commit is contained in:
parent
022ec40bef
commit
1250934379
@ -4,8 +4,8 @@ cd ./hashicorp/vault/tls/
|
|||||||
|
|
||||||
docker run -it --rm -v ${PWD}:/work -w /work debian:buster bash
|
docker run -it --rm -v ${PWD}:/work -w /work debian:buster bash
|
||||||
apt-get update && apt-get install -y curl &&
|
apt-get update && apt-get install -y curl &&
|
||||||
curl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 -o /usr/local/bin/cfssl && \
|
curl -L https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 -o /usr/local/bin/cfssl && \
|
||||||
curl https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 -o /usr/local/bin/cfssljson && \
|
curl -L https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 -o /usr/local/bin/cfssljson && \
|
||||||
chmod +x /usr/local/bin/cfssl && \
|
chmod +x /usr/local/bin/cfssl && \
|
||||||
chmod +x /usr/local/bin/cfssljson
|
chmod +x /usr/local/bin/cfssljson
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user