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

docs: FIPS 140-2 Compliance #17668

Merged
merged 19 commits into from
Jun 13, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update website/content/docs/enterprise/fips.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
boruszak and trujillo-adam authored Jun 12, 2023
commit 129e8d7639bf89d71e91858d3e4cdf8832b4be9b
2 changes: 1 addition & 1 deletion website/content/docs/enterprise/fips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Consul's FIPS 140-2 Linux products use the BoringCrypto integration in the offic

Consul's FIPS 140-2 products on Windows use the CNGCrypto integration in Microsoft's Go toolchain, which include a FIPS-validated crypto module.

To ensure your version of Consul Enterprise includes FIPS support, confirm that a line with `FIPS: Enabled` appears when you run a version command. For example, the following message appears for Linux users
To ensure your build of Consul Enterprise includes FIPS support, confirm that a line with `FIPS: Enabled` appears when you run a `version` command. For example, the following message appears for Linux users

```shell-session
FIPS: FIPS 140-2 Enabled, crypto module boringcrypto
Expand Down