Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add management plane connect doc #662

Merged
merged 3 commits into from
May 2, 2024
Merged
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
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
Loading