Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 408e60b3 authored by Rémi's avatar Rémi
Browse files

feat: DNS

parent 9758aa5d
No related branches found
No related tags found
No related merge requests found
Pipeline #9219 passed
......@@ -121,7 +121,7 @@ So now we can see, using our preferred tool, the deployments and all the cert-ma
Next, we have to create a certificate issuer, which will be responsible to request the TLS certificates. This is a Custom Resource, with the property “dns01”. We create a ClusterIssuer instead of Issuer to be able to manage certificates cluster-wide:
```yaml {linenos=table}
{{< highlight yaml >}}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
......@@ -138,7 +138,7 @@ spec:
webhook:
groupName: acme.scaleway.com
solverName: scaleway
```
{{< /highlight >}}
```shell
$ kubectl apply -f cert_issuer.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment