diff --git a/contrib/pg_tde/documentation/docs/how-to/fips.md b/contrib/pg_tde/documentation/docs/how-to/fips.md new file mode 100644 index 0000000000000..e39cef77981fd --- /dev/null +++ b/contrib/pg_tde/documentation/docs/how-to/fips.md @@ -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? diff --git a/contrib/pg_tde/documentation/mkdocs.yml b/contrib/pg_tde/documentation/mkdocs.yml index 43725bb5de5e6..570f976881ea4 100644 --- a/contrib/pg_tde/documentation/mkdocs.yml +++ b/contrib/pg_tde/documentation/mkdocs.yml @@ -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