Skip to content

Commit b5e360f

Browse files
adding mtls note to server 4.4 - 4.7 (#9396)
* adding mtls instructions * Update jekyll/_cci2/server/v4.4/installation/hardening-your-cluster.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/v4.5/installation/hardening-your-cluster.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/v4.6/installation/hardening-your-cluster.adoc Co-authored-by: Rosie Yohannan <[email protected]> --------- Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 6a9e2c6 commit b5e360f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

jekyll/_cci2/server/v4.4/installation/hardening-your-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ NOTE: An nginx reverse proxy is placed in front of link:https://github.com/Kong/
2727

2828
CAUTION: When using Amazon Certificate Manager (ACM), the name of the nginx service will be `circleci-proxy-acm` instead of `circleci-proxy`. If you have switched from some other method of handling your TLS certificates to using ACM, this change will recreate the load balancer and you will have to reroute your associated DNS records for your `<domain>` and `app.<domain>`.
2929

30+
CAUTION: When using Nomad, clients and servers should be configured to use MTLS for secure communication.
31+
3032
[#network-traffic]
3133
== Network traffic
3234
This section explains the minimum requirements for a server installation to work. Depending on your workloads, you might need to add additional rules to egress for Nomad clients and VMs. As nomenclature between cloud providers differs, you will probably need to implement these rules using firewall rules and/or security groups.

jekyll/_cci2/server/v4.5/installation/hardening-your-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ NOTE: An nginx reverse proxy is placed in front of link:https://github.com/Kong/
2727

2828
CAUTION: When using Amazon Certificate Manager (ACM), the name of the nginx service will be `circleci-proxy-acm` instead of `circleci-proxy`. If you have switched from some other method of handling your TLS certificates to using ACM, this change will recreate the load balancer and you will have to reroute your associated DNS records for your `<domain>` and `app.<domain>`.
2929

30+
CAUTION: When using Nomad, clients and servers should be configured to use MTLS for secure communication.
31+
3032
[#network-traffic]
3133
== Network traffic
3234
This section explains the minimum requirements for a server installation to work. Depending on your workloads, you might need to add additional rules to egress for Nomad clients and VMs. As nomenclature between cloud providers differs, you will probably need to implement these rules using firewall rules and/or security groups.

jekyll/_cci2/server/v4.6/installation/hardening-your-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ NOTE: An nginx reverse proxy is placed in front of link:https://github.com/Kong/
2626

2727
CAUTION: When using Amazon Certificate Manager (ACM), the name of the nginx service will be `circleci-proxy-acm` instead of `circleci-proxy`. If you have switched from some other method of handling your TLS certificates to using ACM, this change will recreate the load balancer and you will have to reroute your associated DNS records for your `<domain>` and `app.<domain>`.
2828

29+
CAUTION: When using Nomad, clients and servers should be configured to use MTLS for secure communication.
30+
2931
[#network-traffic]
3032
== Network traffic
3133
This section explains the minimum requirements for a server installation to work. Depending on your workloads, you might need to add additional rules to egress for Nomad clients and VMs. As nomenclature between cloud providers differs, you will probably need to implement these rules using firewall rules and/or security groups.

0 commit comments

Comments
 (0)