17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
|
openssl_conf = openssl_init
|
||
|
|
||
|
# Comment out the next line to ignore configuration errors
|
||
|
config_diagnostics = 1
|
||
|
|
||
|
.include fipsmodule.cnf
|
||
|
|
||
|
[openssl_init]
|
||
|
providers = provider_sect
|
||
|
|
||
|
[provider_sect]
|
||
|
default = default_sect
|
||
|
fips = fips_sect
|
||
|
|
||
|
[default_sect]
|
||
|
activate = 1
|