diff options
author | venaas <venaas> | 2007-05-30 14:42:19 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-30 14:42:19 +0000 |
commit | dbb14fef5f262d0427bcd415b3c9ecfb47eea9d8 (patch) | |
tree | 8b268b4c7c2c26f5e29254bd264a81d66974a8e2 /radsecproxy.conf-example | |
parent | ffbed98df46863ab37ec692d2feff157d9d395e3 (diff) |
fixed example config
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@114 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 6dc133b..8a6903c 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -10,7 +10,7 @@ TLSCACertificatePath /etc/cacerts TLSCertificateFile /etc/hostcertkey/host.example.com.pem TLSCertificateKeyFile /etc/hostcertkey/host.example.com.key.pem # Optionally specify password if key is encrypted (not very secure) -TLSCertificateKeyPassword follow the white rabbit +TLSCertificateKeyPassword "follow the white rabbit" # You can optionally specify addresses and ports to listen on # Max one of each, below are just multiple examples |