mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #24908 from jmozmoz/machine_restart_after_certificate_installation
Add hint to restart Podman machine to really accept new certificates
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user