From c4903594204adcb98da6c48ad17e68a3eb41973b Mon Sep 17 00:00:00 2001 From: Fabrizio Fiorucci Date: Fri, 15 May 2026 14:39:06 +0100 Subject: [PATCH] Fixed missing directory creation --- content/nim/deploy/vm-bare-metal/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nim/deploy/vm-bare-metal/install.md b/content/nim/deploy/vm-bare-metal/install.md index 80d4249f0..fb72db4a2 100644 --- a/content/nim/deploy/vm-bare-metal/install.md +++ b/content/nim/deploy/vm-bare-metal/install.md @@ -73,10 +73,10 @@ To ensure that your NGINX Instance Manager deployment remains secure, follow the Download the SSL certificate and private key needed for NGINX Instance Manager to add the official repository during installation. These can also be used when [installing NGINX Plus]({{< ref "nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}}). -1. On the host where you're installing NGINX Instance Manager, create the **/etc/ssl/nginx/** directory: +1. On the host where you're installing NGINX Instance Manager, create the **/etc/ssl/nginx/** and **/etc/nginx/** directories: ```shell - sudo mkdir -p /etc/ssl/nginx + sudo mkdir -p /etc/ssl/nginx /etc/nginx ``` 2. Download the **SSL Certificate**, **Private Key** and ***JSON Web Token*** files from [MyF5](https://account.f5.com/myf5) or use the download link provided in your trial activation email.