You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if the admin overrides this range in their user-provided pkispawn configuration file,
their specified range must consist of at least eight numbers (requiring four-bits), or installation will fail with a message such as:
. . .
pkispawn : INFO ....... configuring PKI configuration data.
Installation failed:
com.netscape.certsrv.base.PKIException: Error in setting certificate names and k
ey sizes: Range size is too small to support random certificate serial numbers.
Please check the CA logs in /var/log/pki/pki-tomcat/ca.
A side-effect of this error is that the un-configured pki server instance will remain running.
This ticket has been created to add a serial number range check into the python code of pkispawn when random serial numbers have been specified to prevent installation if an inadequate serial number range has been specified.
The text was updated successfully, but these errors were encountered:
This issue was migrated from Pagure Issue #2778. Originally filed by mharmsen (@mharmsen) on 2017-07-06 20:47:32:
When using random serial numbers:
the following default pki serial number range is specified in '/etc/pki/default.cfg':
However, if the admin overrides this range in their user-provided pkispawn configuration file,
their specified range must consist of at least eight numbers (requiring four-bits), or installation will fail with a message such as:
A side-effect of this error is that the un-configured pki server instance will remain running.
This ticket has been created to add a serial number range check into the python code of pkispawn when random serial numbers have been specified to prevent installation if an inadequate serial number range has been specified.
The text was updated successfully, but these errors were encountered: