Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: hnoble on January 31, 2008, 11:44:15 pm

Title: Change Certificate Manager generated certificates information
Post by: hnoble on January 31, 2008, 11:44:15 pm
To Country, Locality and State information on certificates generated by the Certificate Manager.
Edit the DN.pm file in /usr/share/perl5/EBox/CA/

Edit the info in ""

use constant COUNTRY_DEF => "ES";
use constant LOCALITY_DEF => "Nowhere";
use constant STATE_DEF   => "Nation";

restart required to pick up changes.