Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit a3714cd

Browse files
authored
Merge pull request #3 from gitpod-io/sje/cert-troubleshooting
[README]: add note if domain name owned externally
2 parents 7b4e48f + a5418e3 commit a3714cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ The whole process takes around twenty minutes. In the end, the following resourc
4949
```
5050

5151
One of the reason could be related to the [DNS01 challenge](https://cert-manager.io/docs/configuration/acme/dns01/) validation for the wildcard certificates can take several minutes (*DNS propagation*).
52-
So, once the Certificate is `Ready`, maybe it will be needed to restart the deployments
52+
So, once the Certificate is `Ready`, maybe it will be needed to restart the deployments.
53+
The DNS01 challenge needs create a TXT record on the domain name. If the domain name is not in the `PROJECT_NAME`, this will need to be done manually. The `SETUP_MANAGED_DNS` should be set to `false`.
5354

5455
```shell
5556
❯ kubectl get certificate

0 commit comments

Comments
 (0)