Cloned from BZ https://bugzilla.redhat.com/show_bug.cgi?id=637525
If your certificate key size greater than 512 bits a 512 bit key-pair is generated on the fly for every ssl server. This takes considerable time and maybe the use of a 512 bit key might be unwanted.
Starting httpd:
Function # Calls Time Avg. % Time --8<-- C_GenerateKeyPair 1 53ms 53000.00us 3.77% --8<--
Expected no call to C_GenerateKeyPair and stepdown key disabled in NSS.
A patch is attached to the BZ.
The option is now deprecated upstream, closing as WONTFIX
Metadata Update from @rcritten: - Issue close_status updated to: wontfix - Issue priority set to: None (was: 3) - Issue status updated to: Closed (was: Open)