From 2fbafcd751d4af3f33f216302b4787452f7270f0 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 14 Feb 2007 10:37:24 +0000 Subject: added password for encr keys git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@56 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.conf-example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'radsecproxy.conf-example') 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 -- cgit v1.1