Skip to content

Commit

Permalink
Merge pull request #738 from openziti/docker-instance-prune-troublesh…
Browse files Browse the repository at this point in the history
…ooting-advice

prune docker instance troubleshooting advice
  • Loading branch information
qrkourier authored Aug 20, 2024
2 parents 9dce9b7 + 9fe2df0 commit d65d321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.4.40

FIX: prune incorrect troubleshooting advice about listing Caddy's certificates

## v0.4.39

FEATURE: New API endpoint allowing direct creation of accounts in the zrok database. Requires an admin token (specified in the controller configuration yaml) for authentication. See the OpenAPI spec for details of the API endpoint. The `zrok admin create account` CLI was also updated to call the API endpoint, rather than directly operating on the underlying database (https://github.com/openziti/zrok/issues/734). The [Docker](https://github.com/openziti/zrok/pull/736) and [Kubernetes](https://github.com/openziti/helm-charts/pull/249) zrok instance deployments were adapted to the new CLI parameter shape.
Expand Down
8 changes: 0 additions & 8 deletions docker/compose/zrok-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,6 @@ The `ziti-quickstart` and `caddy` containers publish ports to all devices that u
dns.providers.cloudflare
```

1. Verify certificates.

You can check the certificates that Caddy has obtained.

```bash
docker compose exec caddy caddy list-certificates
```

1. Use the Caddy admin API.

You can use the Caddy admin API to check the status of the Caddy instance. The admin API is available on port `2019/tcp` inside the Docker Compose project. You can modify `compose.override.yml` to publish the port if you want to access the admin API from the Docker host or elsewhere.
Expand Down

0 comments on commit d65d321

Please sign in to comment.