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.