Introduction

    Configuration

    The struct of tls rule detail is as followed:

    Config Item Type Description
    CertName String Name of server certificate (Defined in server_cert_conf.data)
    NextProtos String Array TLS application layer protocol- if empty, default http/1.1
    Grade String TLS Security grade (A+, A, B, C)
    ClientAuth Bool Enable TLS Client Authentication
    ClientCAName String Name of Client CA certificate
    VipConf String Array List of VIP addresses
    SniConf String Array List of hostnames (optional)

    Example