Top
Enterprise Postgres 17 Installation and Setup Guide for Server

4.5.6 Settings for Using Legacy OpenSSL Providers

If you use a legacy OpenSSL provider, create an OpenSSL configuration file and set the parameters in postgresql.conf.

OpenSSL configuration file

Create an OpenSSL configuration file in any directory for legacy providers to use.

Example
openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1
Parameters
  • openssl_conf

    Specify the OpenSSL configuration file created above.

    Example
    openssl_conf = '/path/to/openssl.conf'
  • openssl_modules

    Specifies the installation directory for the server product that contains the additional OpenSSL modules.

    Example
    openssl_modules = '/opt/fsepv<x>server64/lib/ossl-modules'

    "< x >" indicates the product version.

See

Refer to "Parameters" in the Operation Guide for information for parameters.