Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ Since OpenCHAMI is running for the first time, the former should be run, but
To see what the script changed, run:

```bash
grep -RnE 'demo|openchami\.cluster' /etc/openchami/configs/openchami.env /etc/containers/systemd/
grep -RnE 'demo|openchami\.cluster' /etc/openchami/configs/openchami.env /usr/share/containers/systemd/
```

Whether this worked or not will be able to be verified shortly.
Expand Down Expand Up @@ -1067,7 +1067,7 @@ service not started) and grey arrows are soft dependencies.

One common issue is with certificates. If TLS errors are occurring, **make sure
the domain in the `acme-register.container` and `acme-deploy.container` files
within `/etc/containers/systemd/` (argument to `-d` flag) match the cluster
within `/usr/share/containers/systemd/` (argument to `-d` flag) match the cluster
domain set in `/etc/hosts`.**

Since the release RPM automatically sets the FQDN, it may be necessary to
Expand Down