Skip to content

PG-666 Create FIPS topic #495

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

Draft
wants to merge 3 commits into
base: TDE_REL_17_STABLE
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions contrib/pg_tde/documentation/docs/how-to/fips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Enable FIPS using OpenSSL in Percona PostgreSQL

## Step 1. Build and install OpenSSL FIPS

## Step 2. Build and install FIPS-Capable OpenSSL

Confirm FIPS Mode.

## Step 3. Clone and build Percona PostgreSQL

3.1 Get the source

3.2 Configure with FIPS OpenSSL

3.3 Build and install

## Step 4. Enable and run in FIPS Mode

## Troubleshooting?
1 change: 1 addition & 0 deletions contrib/pg_tde/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ nav:
- "Encryption Enforcement": how-to/enforcement.md
- "Decrypt an Encrypted Table": how-to/decrypt.md
- "Restore an encrypted pg_tde backup": how-to/restore-backups.md
- "Enable FIPS using OpenSSL": how-to/fips.md
- faq.md
- "Release notes":
- "Release notes index": release-notes/release-notes.md
Expand Down