summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/plugins/tls/conf/tls.conf
blob: fcf00517a3888e10f3d81fe6dea2bb57f7dd30cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[TLS]
    # If no absolute path is given, files are assumed to be located
    # in plugin configuration directory. All files are assumed to be
    # stored in PEM format.

    # Server certificate
    #
    CertificateFile srv_cert.pem

    # Certificate chain
    #
    # Not required, but can speed-up handshakes.
    #
    # CertificateChainFile srv_cert_chain.pem

    # Server RSA key
    #
    RSAKeyFile rsa_key.pem

    # Diffie-Hellman parameters
    #
    # Generate using openssl:
    # $ openssl dhparam -out dhparam.pem 1024
    #
    DHParameterFile dhparam.pem