openssl.conf 301 B

1234567891011121314
  1. openssl {
  2. # ENGINE ID to use in the OpenSSL plugin.
  3. # engine_id = pkcs11
  4. # Set OpenSSL FIPS mode: disabled(0), enabled(1), Suite B enabled(2).
  5. # fips_mode = 0
  6. # Whether to load the plugin. Can also be an integer to increase the
  7. # priority of this plugin.
  8. load = yes
  9. }