Skip to content

Commit

Permalink
Add hint to restart Podman machine to really accept new certificates
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Herb <[email protected]>
  • Loading branch information
jmozmoz committed Dec 28, 2024
1 parent d3cd509 commit 0211f8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/podman-install-certificate-authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ If the "sudo su -" command was used to switch to a root shell as described above
[core@localhost ~]$ exit
```

If the certificates are still not accepted, it might be necessary to restart the Podman machine. To do this, issue the following commands on the host (and not inside the Podman machine):

```
podman machine stop
podman machine start
```

### Alternative Method

If the above method is for some reason not practical or desirable, the certificate may be created using vi.
Expand Down

0 comments on commit 0211f8b

Please sign in to comment.