Navigation


Changeset 20:277ec00d793e in freeDiameter for doc


Ignore:
Timestamp:
Oct 7, 2009, 7:31:39 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Backup before typhoon... Progress on server side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/freediameter.conf.sample

    r18 r20  
    11# This is a sample configuration file for freeDiameter daemon.
     2
     3# Only the "TLS_Cred" directive is really mandatory in this file.
    24
    35##############################################################
     
    3133#TLS_old_method;
    3234
    33 # Disable use of TCP protocol (only SCTP)
     35# Disable use of TCP protocol (only listen and connect in SCTP)
    3436# Default : TCP enabled
    3537#No_TCP;
    3638
    37 # Disable use of SCTP protocol (only TCP)
     39# Disable use of SCTP protocol (only listen and connect in TCP)
    3840# Default : SCTP enabled
    3941#No_SCTP;
     
    9395# The file contains a list of trusted CRLs in PEM format. They should have been verified before.
    9496# (This parameter is passed to gnutls_certificate_set_x509_crl_file function)
     97# Note: currently, openssl CRL seems not supported...
    9598# Default : GNUTLS default behavior
    9699#TLS_CRL = "<file.PEM>";
     
    211214ConnectPeer = "jules.nautilus6.org" ;
    212215ConnectPeer = "aaa.nautilus6.org" { No_TLS; No_IP; No_TCP; SCTP_streams = 60; } ;
     216TLS_Cred = "/etc/openssl-ca/clients/certs/fdtest.cert" , "/etc/openssl-ca/clients/privkeys/fdtest.key.pem";
     217TLS_CA = "/etc/openssl-ca/public-www/cacert.pem";
     218# TLS_CRL = "/etc/openssl-ca/public-www/crl.pem";
     219
Note: See TracChangeset for help on using the changeset viewer.