summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-28 01:45:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-28 01:45:28 +0000
commit513f4b4d908f075ca812b90554c08348dce60755 (patch)
tree2d97a8b208a34e0015f9e576c3bb72c46b911ca5 /etc
parenta35aaa25f3138052aa6f6736976bdd5b16b36ea9 (diff)
downloadpfsense-513f4b4d908f075ca812b90554c08348dce60755.zip
pfsense-513f4b4d908f075ca812b90554c08348dce60755.tar.gz
Note in logs when the server cert creation started.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/openvpn.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index b04866b..5a9b338 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -297,6 +297,7 @@ function openvpn_reconfigure($mode, $id) {
if ($settings['disable']) return;
if(!$settings['server.key'] and $mode == "server") {
+ log_error("Creating server certificate for {$settings['description']} created.");
$cakeysize = $settings['keysize'];
$caname = $settings['cipherpki'];
$ovpncapath = $g['varetc_path']."/openvpn/certificates";
OpenPOWER on IntegriCloud