Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hint to restart Podman machine to really accept new certificates #24908

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
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
Loading