Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/nim/deploy/vm-bare-metal/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading