Author Topic: Change Certificate Manager generated certificates information  (Read 3618 times)

hnoble

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Change Certificate Manager generated certificates information
« 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.