Multiple Custom Group per TLS Crypt V2 Server Key - TinCanTech/easy-tls GitHub Wiki

This page describes how to use multiple custom_group names in TLS-Crypt-V2 keys.

Copy the vars file: easytls-cryptv2-verify.vars-example to easytls-cryptv2-verify.vars

Edit as shown:

  • # Easy-TLS CUSTOM_GROUP
    #LOCAL_CUSTOM_G='EASYTLS'
    
    # Multiple CUSTOM_GROUP
    LOCAL_CUSTOM_G='EASYTLS TEST'
    ENABLE_MULTI_CUSTOM_G=1
    

Replace 'EASYTLS TEST' with your chosen custom group names. eg: Sales-North Accounts-North

When clients connect with a TLS-Crypt-V2 key, the server will allow two custom groups (or more) to connect.