From 0211f8b15858b13ef77aa01f783a3547bf10063f Mon Sep 17 00:00:00 2001 From: jmozmoz Date: Sat, 28 Dec 2024 03:31:20 +0100 Subject: [PATCH] Add hint to restart Podman machine to really accept new certificates Signed-off-by: Joachim Herb --- docs/tutorials/podman-install-certificate-authority.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/podman-install-certificate-authority.md b/docs/tutorials/podman-install-certificate-authority.md index bcd3056ba7..bb1313bc71 100644 --- a/docs/tutorials/podman-install-certificate-authority.md +++ b/docs/tutorials/podman-install-certificate-authority.md @@ -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.