diff doc/freediameter.conf.sample @ 578:7c9a00bfd115

Allow TLS Diffie-Hellmann parameters to be loaded from a file (ticket #17)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 27 Oct 2010 10:52:30 +0900
parents 662b1f9258c3
children 4ffbc9f1e922
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Wed Oct 20 15:37:49 2010 +0900
+++ b/doc/freediameter.conf.sample	Wed Oct 27 10:52:30 2010 +0900
@@ -120,6 +120,13 @@
 # Default : 1024
 #TLS_DH_Bits = 1024;
 
+# Alternatively, you can specify a file to load the PKCS#3 encoded
+# DH parameters directly from. This accelerates the daemon start 
+# but is slightly less secure. If this file is provided, the
+# TLS_DH_Bits parameters has no effect.
+# Default : no default.
+#TLS_DH_File = "<file.PEM>";
+
 
 ##############################################################
 ##  Timers configuration
"Welcome to our mercurial repository"