diff --git a/src/www/system_certmanager.php b/src/www/system_certmanager.php index 6ee49e27e..70844fa1f 100644 --- a/src/www/system_certmanager.php +++ b/src/www/system_certmanager.php @@ -464,6 +464,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { 'organizationName' => $pconfig['csr_dn_organization'], 'emailAddress' => $pconfig['csr_dn_email'], 'commonName' => $pconfig['csr_dn_commonname']); + if (!empty($pconfig['csr_dn_organizationalunit'])) { + $dn['organizationalUnitName'] = $pconfig['csr_dn_organizationalunit']; + } if (count($altnames)) { $altnames_tmp = ""; foreach ($altnames as $altname) { @@ -1056,6 +1059,17 @@ $( document ).ready(function() { + + :   + + + + + :