Radiator Server Documentation — v10.33.2
Table of Contents
  • tls

tls

This optional clause configures Transport Layer Security (TLS) settings when connecting to HTTPS services:

tls {
    # HTTP client's certificate
    certificate "http.client.cert";

    # HTTP client's private key
    certificate_key "http.client.key";

    # HTTP client's certificate's root CA
    client_ca_certificate "http.client.ca";

    # (Optional) HTTP backend's certificate's root CA
    #server_ca_certificate "http.backend.name.ca";

    # Custom certificate verification rules are not supported for HTTP backend
}
Table of Contents
Navigation
  • @verification

  • aaa

  • backends

    • file

    • http

      • @authentication

      • connections

      • special

      • timeout

      • tls

      • url

    • ipmap

    • jsonfile

    • ldap

    • mysql

    • postgresql

    • radius

    • radius-dns-sd

    • sqlite

    • system

  • caches

  • captures

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui