I am getting an error while re-generating the CA. Any ideas? I see a reference to country code. All I can say with regards to this is the country is populated with Unites States in System Settings->Organization.
127.0.0.1 MAIN > RAW
Switched to RAW mode.
'UTMhostname', email=>'mailaddress@maildomain.com'})
Calling Confd function ca_generate_signing_ca({name=>'webadmin ca', key_size=>2048, country=>'CountryAcronym', state=>'StateName', city=>'CityName', organization=>'OrganizationName', common_name=>'UTMhostname', email=>'mailaddress@maildomain.com'})
result: 0
fatal: [
{
'Aattrs' => [
'class',
'type',
'attr'
],
'attr' => 'country',
'attrs' => [
'maxlen'
],
'class' => 'ca',
'fatal' => 1,
'format' => 'Cannot create certificate: the %_A attribute must not be longer than %s bytes.',
'maxlen' => 2,
'msgtype' => 'CA_RDN_LENGTH',
'name' => 'Cannot create certificate: the country attribute must not be longer than 2 bytes.',
'never_hide' => 0,
'type' => 'signing_ca'
}
]
'UTMhostname', email=>'mailaddress@maildomain.com'})
Calling Confd function ca_generate_signing_ca({name=>'webadmin ca', key_size=>2048, country=>'CountryAcronym', state=>'StateName', city=>'CityName', organization=>'OrganizationName', common_name=>'UTMhostname', email=>'mailaddress@maildomain.com'})
result: 0
fatal: [
{
'Aattrs' => [
'class',
'type',
'attr'
],
'attr' => 'country',
'attrs' => [
'maxlen'
],
'class' => 'ca',
'fatal' => 1,
'format' => 'Cannot create certificate: the %_A attribute must not be longer than %s bytes.',
'maxlen' => 2,
'msgtype' => 'CA_RDN_LENGTH',
'name' => 'Cannot create certificate: the country attribute must not be longer than 2 bytes.',
'never_hide' => 0,
'type' => 'signing_ca'
}
]
127.0.0.1 RAW >
This thread was automatically locked due to age.