Skip to content

Commit

Permalink
Merge pull request #1502 from inteon/fix_broken_istio_csr_link
Browse files Browse the repository at this point in the history
Fix broken link in istio-csr docs
  • Loading branch information
cert-manager-prow[bot] committed Jun 11, 2024
2 parents 61cd539 + 8a83920 commit aaffd02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/docs/usage/istio-csr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Running istio-csr requires a few steps and preconditions in order:
3. An `Issuer` or `ClusterIssuer` which will be used to issue Istio certificates
4. istio-csr installed (likely via helm)
5. Istio [installed](https://istio.io/latest/docs/setup/install/istioctl/) with
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/main/hack).
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio).

### Why Custom Istio Install Manifests?

If you take a look at the contents of [the example Istio install
manifests](https://github.com/cert-manager/istio-csr/tree/main/hack)
manifests](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio)
there are a few custom configuration options which are important.

Required changes include setting `ENABLE_CA_SERVER` to `false` and setting the `caAddress` from which Istio will
Expand Down
4 changes: 2 additions & 2 deletions content/v1.11-docs/projects/istio-csr.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Running istio-csr requires a few steps and preconditions in order:
3. An `Issuer` or `ClusterIssuer` which will be used to issue Istio certificates
4. istio-csr installed (likely via helm)
5. Istio [installed](https://istio.io/latest/docs/setup/install/istioctl/) with
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/main/hack).
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio).

### Why Custom Istio Install Manifests?

If you take a look at the contents of [the example Istio install
manifests](https://github.com/cert-manager/istio-csr/tree/main/hack)
manifests](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio)
there are a few custom configuration options which are important.

Required changes include setting `ENABLE_CA_SERVER` to `false` and setting the `caAddress` from which Istio will
Expand Down
4 changes: 2 additions & 2 deletions content/v1.14-docs/usage/istio-csr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Running istio-csr requires a few steps and preconditions in order:
3. An `Issuer` or `ClusterIssuer` which will be used to issue Istio certificates
4. istio-csr installed (likely via helm)
5. Istio [installed](https://istio.io/latest/docs/setup/install/istioctl/) with
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/main/hack).
some custom config required, e.g. using the example config from the [repository](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio).

### Why Custom Istio Install Manifests?

If you take a look at the contents of [the example Istio install
manifests](https://github.com/cert-manager/istio-csr/tree/main/hack)
manifests](https://github.com/cert-manager/istio-csr/tree/5d2e629f9f9aec7f476337d6ae69482cea9a7a71/make/config/istio)
there are a few custom configuration options which are important.

Required changes include setting `ENABLE_CA_SERVER` to `false` and setting the `caAddress` from which Istio will
Expand Down

0 comments on commit aaffd02

Please sign in to comment.