Skip to content
Snippets Groups Projects
Verified Commit a4edfa35 authored by Varac's avatar Varac
Browse files

Requested changes from review

parent a49bb978
No related branches found
No related tags found
No related merge requests found
# Troubleshooting
Note: `cluster$` indicates that the commands should be run on your OAS cluster.
Note: `cluster$` indicates that the commands should be run as root on your OAS cluster.
## HTTPS Certificates
......@@ -10,6 +10,12 @@ services. If you experience invalid SSL certificates (i.e. your browser warns yo
when visiting Nextcloud (`https://files.YOUR.CLUSTER.DOMAIN`) here's how to
debug this:
Did you create your cluster using the `--acme-live-environment` argument ?
Please check the resulting value of the `acme_staging` key in
`clusters/YOUR_CLUSTERNAME/settings.yml`. If this is set to `true`, certificates
are fetched from the [Let's Encrypt staging API](https://letsencrypt.org/docs/staging-environment/),
which can't be validated by default in your browser.
Are all pods in the `cert-manager` namespace in the `READY` state ?
cluster$ kubectl -n cert-manager get pods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment