From 0990a6ebd6c6a2e3f0ce288eab72285833fc82cc Mon Sep 17 00:00:00 2001 From: Andreas Kopp <github@andreaskopp.net> Date: Sat, 13 Apr 2024 22:11:55 +0000 Subject: [PATCH] Update certificate_custom.md Group ownership changed to ssl-cert --- .../45.tutorials/45.certificate_custom/certificate_custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/45.certificate_custom/certificate_custom.md b/pages/02.administer/45.tutorials/45.certificate_custom/certificate_custom.md index 3e70980e..ad2941dd 100644 --- a/pages/02.administer/45.tutorials/45.certificate_custom/certificate_custom.md +++ b/pages/02.administer/45.tutorials/45.certificate_custom/certificate_custom.md @@ -123,7 +123,7 @@ kSK6OOauBHItgiGI7C87u4EJaHDvGIUxHxQQGsUM0SCIIVGK7Lwm+8e9I2X0G2GP Finally, secure your certificate files. ```bash -sudo chown root:metronome crt.pem key.pem +sudo chown root:ssl-cert crt.pem key.pem sudo chmod 640 crt.pem key.pem sudo chown root:root -R ae_certs sudo chmod 600 -R ae_certs