diff --git a/.ackrc b/.ackrc new file mode 100644 index 00000000..458c5a8a --- /dev/null +++ b/.ackrc @@ -0,0 +1 @@ +--ignore-dir=graphics diff --git a/registration-authorities/acme-for-cas.mdx b/registration-authorities/acme-for-cas.mdx index 076072d3..bee86b5d 100644 --- a/registration-authorities/acme-for-cas.mdx +++ b/registration-authorities/acme-for-cas.mdx @@ -103,7 +103,7 @@ To enable CA, run: To inspect the root and intermediate CA, you need to have the following dependencies installed: * [step](https://smallstep.com/cli/) -* [jq](https://stedolan.github.io/jq/) +* [jq](https://jqlang.github.io/jq/) Run: diff --git a/step-ca/registration-authority-ra-mode.mdx b/step-ca/registration-authority-ra-mode.mdx index ea50da49..ef8f3295 100644 --- a/step-ca/registration-authority-ra-mode.mdx +++ b/step-ca/registration-authority-ra-mode.mdx @@ -343,7 +343,7 @@ Then we'll configure `step-ca`'s RA mode to use Vault to sign certificates. * [`step-ca`](https://smallstep.com/docs/step-ca/installation) * A [Hashicorp Vault](https://learn.hashicorp.com/tutorials/vault/getting-started-deploy) server -* The [`jq`](https://stedolan.github.io/jq/download/) tool to parse JSON output +* The [`jq`](https://jqlang.github.io/jq/) tool to parse JSON output ### Creating a Vault PKI diff --git a/step-cli/basic-crypto-operations.mdx b/step-cli/basic-crypto-operations.mdx index 0257c516..abef32ab 100644 --- a/step-cli/basic-crypto-operations.mdx +++ b/step-cli/basic-crypto-operations.mdx @@ -97,7 +97,7 @@ To inspect the certificate you just made, run: to: 2021-09-02T20:48:40Z`} -You can get a certificate in JSON format by calling [`step certificate inspect`](./reference/certificate/inspect) with `--format json`. This example [uses jq](https://stedolan.github.io/jq/) to parse the JSON and extract a specific value: +You can get a certificate in JSON format by calling [`step certificate inspect`](./reference/certificate/inspect) with `--format json`. This example [uses jq](https://jqlang.github.io/jq/) to parse the JSON and extract a specific value: ```shell-session nocopy $ step certificate inspect example.com.crt --format json | jq -r .validity.end