summaryrefslogtreecommitdiff
path: root/conf/plugins/openssl.conf
blob: 08ed7592b63adf41d5ed10df763e5d4d0c46d867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
openssl {

    # ENGINE ID to use in the OpenSSL plugin.
    # engine_id = pkcs11

    # Set OpenSSL FIPS mode: disabled(0), enabled(1), Suite B enabled(2).
    # fips_mode = 0

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

}