Skip to content

Commit 6b536db

Browse files
committed
Update TLS links
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 9c295a9 commit 6b536db

8 files changed

Lines changed: 10 additions & 10 deletions

_posts/2019-07-29-custom-domains-function-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ helm install stable/nginx-ingress --name nginxingress --set rbac.create=true
6363

6464
Using TLS is optional, but highly recommended and I will be setting it up today.
6565

66-
Follow the steps for "Install cert-manager" and "Configure cert-manager" from the [OpenFaaS documentation here](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#10-ssl-for-the-gateway).
66+
Follow the steps for "Install cert-manager" and "Configure cert-manager" from the [OpenFaaS documentation here](https://docs.openfaas.com/reference/tls-openfaas/).
6767

6868
> Note: You can skip the steps for creating a `Certificate` and `Ingress` entry for the gateway.
6969

_posts/2019-08-20-serverless-static-sites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ I will be using Nginx for today's tutorial:
6868
helm install stable/nginx-ingress --name nginxingress --set rbac.create=true
6969
```
7070

71-
* [Install the cert-manager](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#10-ssl-for-the-gateway) (optional)
71+
* [Install the cert-manager](https://docs.openfaas.com/reference/tls-openfaas/) (optional)
7272

7373
Installing the cert-manager to get automatic TLS certificates is optional but I highly recommend it. I will be using it today.
7474

@@ -86,7 +86,7 @@ The easiest way to create DNS records is with the DigitalOcean CLI: [install doc
8686

8787
The IngressOperator automatically manages the creation of custom ingress rules and TLS certificates for your functions using a new CRD called `FunctionIngress` introduced by Alex in the [previous blog post](https://www.openfaas.com/blog/custom-domains-function-ingress/).
8888

89-
Lets deploy the operator to our cluster following the instructions at [the documentation](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#20-ssl-and-custom-domains-for-functions):
89+
Lets deploy the operator to our cluster following the instructions at [the documentation](https://docs.openfaas.com/reference/tls-functions/):
9090

9191
```sh
9292
git clone https://github.com/openfaas-incubator/ingress-operator

_posts/2019-08-29-five-security-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Rather than force developers to set up or configure TLS, we give them the option
5858

5959
See the following guides to set up TLS:
6060

61-
* [Set up TLS for OpenFaaS on Kubernetes](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/)
61+
* [Set up TLS for OpenFaaS on Kubernetes](https://docs.openfaas.com/reference/tls-openfaas/)
6262
* [Production readiness guide](https://docs.openfaas.com/architecture/production/)
6363

6464
Once configured for your OpenFaaS Gateway, all traffic is encrypted with TLS between the client and the gateway.

_posts/2020-11-19-openfaas-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ spec:
300300
path: "/v1/user/(.*)"
301301
```
302302
303-
See also: [REST-style API mapping for your functions](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#30-rest-style-api-mapping-for-your-functions)
303+
See also: [REST-style API mapping for your functions](https://docs.openfaas.com/reference/tls-functions/)
304304
305305
## Wrapping up
306306

_posts/2020-12-02-serverless-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ spec:
232232
kind: "Issuer"
233233
```
234234

235-
For more see the docs: [TLS and custom domains for functions](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#20-tls-and-custom-domains-for-functions)
235+
For more see the docs: [TLS and custom domains for functions](https://docs.openfaas.com/reference/tls-functions/)
236236

237237
## Wrapping up
238238

_posts/2022-02-15-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ In this example, we see my [sponsors' benefits portal](https://insiders.alexelli
239239
Get custom domains for yourself:
240240

241241
* For faasd users, see [Serverless For Everyone Else](https://openfaas.gumroad.com/l/serverless-for-everyone-else) for how to set up a custom domain.
242-
* For Kubernetes users, you can use an additional Kubernetes Ingress record or out helper for that called [FunctionIngress](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#20-tls-and-custom-domains-for-functions)
242+
* For Kubernetes users, you can use an additional Kubernetes Ingress record or out helper for that called [FunctionIngress](https://docs.openfaas.com/reference/tls-functions/)
243243

244244
So what's another real-world example of a React app served by OpenFaaS?
245245

_posts/2023-08-18-production-faas-linode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ arkade install openfaas-ingress \
392392
--domain openfaas.$DOMAIN
393393
```
394394

395-
If you want to create Kubernetes YAML files for the Ingress, instead of using arkade, then see these instructions: [TLS for OpenFaaS](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/).
395+
If you want to create Kubernetes YAML files for the Ingress, instead of using arkade, then see these instructions: [TLS for OpenFaaS]((https://docs.openfaas.com/reference/tls-openfaas/).
396396

397397
You can now run `arkade info openfaas` to get the instructions to log in with the CLI and to how to get the password to access the UI.
398398

_posts/2023-11-20-source-to-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ The forth part of this tutorial is to create a custom domain and TLS certificate
289289

290290
The Ingress Operator is an abstraction over Kubernetes Ingress that makes it quick and easy to create custom Ingress records configured to expose a function over a custom HTTP path or domain, or both. Access to functions is defined using a "FunctionIngress" Custom Resource Definition (CRD).
291291

292-
You'll find [examples of FunctionIngress in the documentation](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/).
292+
You'll find [examples of FunctionIngress in the documentation](https://docs.openfaas.com/reference/tls-functions/).
293293

294294
It's not a compulsory component, and you could work with Ingress directly, or even [Istio](https://istio.io) if you wished.
295295

296-
You'll need to have the [Ingress Operator](https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/#how-to-enable-the-openfaas-ingressoperator) enabled in the values.yaml file for OpenFaaS.
296+
You'll need to have the [Ingress Operator](https://docs.openfaas.com/reference/tls-functions/) enabled in the values.yaml file for OpenFaaS.
297297

298298
Then, create a DNS record for the user's function.
299299

0 commit comments

Comments
 (0)