Skip to content

Commit

Permalink
Merge pull request #662 from nginx/NMS-44863
Browse files Browse the repository at this point in the history
feat: add management plane connect doc
  • Loading branch information
Jcahilltorre authored May 2, 2024
2 parents 518836b + 20083ad commit d77c605
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/configuration/connect-management-plane.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Connect to management plane"
draft: false
weight: 400
toc: true
tags: [ "docs" ]
Expand All @@ -18,7 +17,7 @@ There are three types of connections you can establish between the NGINX Agent a
- [Transport Layer Security (TLS) connection](#tls-connection)
- [Insecure connection](#insecure-connection)

## mTLS Connection
## mTLS connection

To establish a mTLS connection between the NGINX Agent and the management plane server, follow these steps:

Expand Down Expand Up @@ -57,7 +56,7 @@ To establish a mTLS connection between the NGINX Agent and the management plane
sudo systemctl restart nginx-agent
```

## TLS Connection
## TLS connection

To establish a TLS connection between the NGINX Agent and the management plane server, follow these steps:

Expand Down Expand Up @@ -90,7 +89,8 @@ To establish a TLS connection between the NGINX Agent and the management plane s
```bash
sudo systemctl restart nginx-agent
```
## Insecure Connection

## Insecure connection

{{< warning >}}Insecure connections are not recommended for production environments.{{< /warning >}}

Expand Down

0 comments on commit d77c605

Please sign in to comment.