Changeset 20:277ec00d793e in freeDiameter for doc/freediameter.conf.sample
- Timestamp:
- Oct 7, 2009, 7:31:39 PM (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/freediameter.conf.sample
r18 r20 1 1 # This is a sample configuration file for freeDiameter daemon. 2 3 # Only the "TLS_Cred" directive is really mandatory in this file. 2 4 3 5 ############################################################## … … 31 33 #TLS_old_method; 32 34 33 # Disable use of TCP protocol (only SCTP)35 # Disable use of TCP protocol (only listen and connect in SCTP) 34 36 # Default : TCP enabled 35 37 #No_TCP; 36 38 37 # Disable use of SCTP protocol (only TCP)39 # Disable use of SCTP protocol (only listen and connect in TCP) 38 40 # Default : SCTP enabled 39 41 #No_SCTP; … … 93 95 # The file contains a list of trusted CRLs in PEM format. They should have been verified before. 94 96 # (This parameter is passed to gnutls_certificate_set_x509_crl_file function) 97 # Note: currently, openssl CRL seems not supported... 95 98 # Default : GNUTLS default behavior 96 99 #TLS_CRL = "<file.PEM>"; … … 211 214 ConnectPeer = "jules.nautilus6.org" ; 212 215 ConnectPeer = "aaa.nautilus6.org" { No_TLS; No_IP; No_TCP; SCTP_streams = 60; } ; 216 TLS_Cred = "/etc/openssl-ca/clients/certs/fdtest.cert" , "/etc/openssl-ca/clients/privkeys/fdtest.key.pem"; 217 TLS_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.