summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-04-11 19:31:46 -0500
committerRenato Botelho <garga@FreeBSD.org>2014-04-14 06:35:44 -0300
commit84fc1d4daa4ccf67a3cc4ca2761644b508c34a93 (patch)
treeb8788723df5ca0b210c33bb97bb08ec6cf489db1 /usr
parent23cb5252d7d6fe04675a4e450ac1d0effff11446 (diff)
downloadpfsense-84fc1d4daa4ccf67a3cc4ca2761644b508c34a93.zip
pfsense-84fc1d4daa4ccf67a3cc4ca2761644b508c34a93.tar.gz
use email from CA creation also as the default for server cert
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.inc b/usr/local/www/wizards/openvpn_wizard.inc
index a6ce0df..e6291c2 100644
--- a/usr/local/www/wizards/openvpn_wizard.inc
+++ b/usr/local/www/wizards/openvpn_wizard.inc
@@ -251,6 +251,7 @@ function step9_stepbeforeformdisplay() {
$state = $pconfig['step6']['state'];
$city = $pconfig['step6']['city'];
$org = $pconfig['step6']['organization'];
+ $email = $pconfig['step6']['email'];
} else {
$ca = lookup_ca($pconfig['step6']['authcertca']);
$cavl = cert_get_subject_array($ca['crt']);
OpenPOWER on IntegriCloud