If you use a legacy OpenSSL provider, create an OpenSSL configuration file and set the parameters in postgresql.conf.
Create an OpenSSL configuration file in any directory for legacy providers to use.
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
openssl_conf
Specify the OpenSSL configuration file created above.
openssl_conf = '/path/to/openssl.conf'
openssl_modules
Specifies the installation directory for the server product that contains the additional OpenSSL modules.
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.