mirror of
https://github.com/Infisical/infisical.git
synced 2025-08-03 20:23:35 +00:00
17 lines
242 B
INI
17 lines
242 B
INI
nodejs_conf = nodejs_init
|
|
|
|
.include /usr/local/ssl/fipsmodule.cnf
|
|
|
|
[nodejs_init]
|
|
providers = provider_sect
|
|
|
|
[provider_sect]
|
|
default = default_sect
|
|
fips = fips_sect
|
|
|
|
[default_sect]
|
|
activate = 1
|
|
|
|
[algorithm_sect]
|
|
default_properties = fips=yes
|