Skip to content

Commit

Permalink
add self-signed cert info box
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Feb 6, 2024
1 parent 4b9530d commit 77bf739
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/deployment/advanced-reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ docker compose -f docker-compose.yml -f ./proxy/docker-compose-proxy.yml up -d -
```

You can now visit `https://here-is-the-domain-you.set`, which will prompt you to trust a self-signed certificate, and then forward you to Aerie as usual!

:::info Accepting self-signed certificates
You will need to accept self-signed certificates for Aerie UI, Hasura, _and_ the Gateway.
Visit the following three URLs and follow the instructions to allow self-signed certs:
- `https://here-is-the-domain-you.set`
- `https://here-is-the-domain-you.set:8080/console`
- `https://here-is-the-domain-you.set:9000`

Aerie will *not* function correctly if all three certificates are not accepted.

This manual process can be avoided if you are able to use a testing certificate for this domain that is signed by your authorities.
:::

0 comments on commit 77bf739

Please sign in to comment.