get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/server/configs/reload/tls_multi_cert_3.conf (about)

     1  # Simple TLS config file
     2  
     3  listen:   127.0.0.1:-1
     4  
     5  tls {
     6    certs = [
     7      {
     8        cert_file: "../test/configs/certs/srvb-cert.pem"
     9        key_file:  "../test/configs/certs/srvb-key.pem"
    10      }
    11    ]
    12    timeout: 2
    13  }