summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-04-11 19:31:46 -0500
committerChris Buechler <cmb@pfsense.org>2014-04-11 19:31:46 -0500
commite8e283669a4e2322174e42c223fed4a732417af8 (patch)
tree7b97a4643024a34cc01f7c1ca5d7efaaebe2d929 /usr/local/www
parentd6fa556643af9b7b6479ea5e4e082a80795d8d56 (diff)
downloadpfsense-e8e283669a4e2322174e42c223fed4a732417af8.zip
pfsense-e8e283669a4e2322174e42c223fed4a732417af8.tar.gz
use email from CA creation also as the default for server cert
Diffstat (limited to 'usr/local/www')
-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