diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 08bacc9..ab53235 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -14,14 +14,14 @@ Download and install `step`: For Intel chips: ``` -curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_amd64.tar.gz | tar xz +curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_amd64.tar.gz | tar xz sudo mv step_0.20.0/bin/step /usr/local/bin/ ``` For Apple Silicon: ``` -curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_arm64.tar.gz | tar xz +curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_arm64.tar.gz | tar xz sudo mv step_0.20.0/bin/step /usr/local/bin/ ``` @@ -34,7 +34,7 @@ brew install step ### Linux ``` -curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz | tar xz +curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz | tar xz sudo mv step_0.20.0/bin/step /usr/local/bin/ ``` diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index f6fae92..bba755e 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -17,8 +17,8 @@ Download the `step` client and `step-ca` server binaries, and the `jq` command: ``` { wget -q --show-progress --https-only --timestamping \ - "https://dl.step.sm/gh-release/certificates/gh-release-header/v0.20.0/step-ca_linux_0.20.0_amd64.tar.gz" \ - "https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz" + "https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.20.0/step-ca_linux_0.20.0_amd64.tar.gz" \ + "https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz" sudo apt update sudo apt install -y jq } diff --git a/docs/13-certificate-renewal.md b/docs/13-certificate-renewal.md index d64da6d..191b5fb 100644 --- a/docs/13-certificate-renewal.md +++ b/docs/13-certificate-renewal.md @@ -16,7 +16,7 @@ Download the `step` CLI binary: ``` wget -q --show-progress --https-only --timestamping \ - "https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz" + "https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz" ``` Install the binary: