-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added IPsec file #3398
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
Added IPsec file #3398
Conversation
[rev_history] |
|
||
This topic shows how to secure communication of an entire IP subnet from which | ||
the {product-title} hosts receive their IP addresses, including all cluster | ||
management and pod data traffic. Note that because {product-title} management |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe put the note in a NOTE box?
mutually authenticated HTTPS communication. This means that both the client (for | ||
example, an {product-title} node) and the server (for example, an | ||
{product-title} api-server) send each other their certificates, which are | ||
checked against a known Certificate Authority (CA). These certificates are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Certificate Authority/certificate authority
These certificates can also be used to secure pod communications with IPsec. You | ||
need three files on each host: | ||
|
||
* Cluster Certificate Authority file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Certificate Authority/certificate authority
|
||
[[admin-guide-ipsec-ipsec-policy]] | ||
=== Step 3: libreswan IPsec Policy | ||
Now that the necessary certificates have been imported into the *libreswan* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/have been/are
@bfallonf Just a few comments from me. Other than that, looks good! |
Thanks @ahardin-rh . Suggestions taken. I'll merge. |
#3236
Peer review please?
@adellape @ahardin-rh @gaurav-nelson