From 542aeaa4df2a8b9d809c5dc4ec4207abf438a4af Mon Sep 17 00:00:00 2001 From: Emerson Felipe Date: Mon, 25 Nov 2024 10:33:06 -0300 Subject: [PATCH] Fix typo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 882af75..5ccfdf1 100755 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ If you need to test the plugin without reusing Netbox certificates, you can crea sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ -keyout /etc/ssl/proxbox.key \ -out /etc/ssl/proxbox.crt +``` > The certificate files created are by default located at `/etc/ssl`. > Proxbox SystemD file needs to be changed to link to this path to find `proxbox.key` and `proxbox.crt` files.