diff options
author | venaas <venaas> | 2007-02-14 10:37:24 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-02-14 10:37:24 +0000 |
commit | 2fbafcd751d4af3f33f216302b4787452f7270f0 (patch) | |
tree | 3100d18682aba09aa3369c5d68f4f7f70592dd16 /radsecproxy.conf-example | |
parent | 1a36791c7048a08566abd3074f1523e2e234a8cd (diff) |
added password for encr keys
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@56 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index bde62e3..94321c0 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -9,6 +9,8 @@ TLSCACertificatePath /etc/cacerts # You must specify the below for TLS, we will always present our certificate 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 # You can optionally specify a non-standard UDP port to listen #UDPServerPort 1814 |