ClearFoundation Tracker - ClearCenter
View Issue Details
0001107ClearCenterclearos-release-professionalpublic2013-04-20 17:442013-04-26 09:42
dloper 
 
lowminoralways
acknowledgedopen 
5.2-SP1 
 
0001107: Creating new certificate authority renders the expire date as 1902.
On new installs of ClearOS 5.2 fully updated, the Certificate Manager creation in the wizard creates the root CA with an expiry of 1902. This renders multiple systems unusable including OpenVPN.

http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,25/func,view/id,50312/ [^]
Install new system. Drop to the command line and update the system. Run through the wizard, and create Certificates by completing the wizard. Validate the expiry.
WORKAROUND. After installing the system and running the updates, modify the following file:

/var/webconfig/api/Ssl.class.php

change the following line:

        const DEFAULT_CA_EXPIRY = 9125; # 25 yrs in days

to:

        const DEFAULT_CA_EXPIRY = 8125; # 25 yrs in days

No tags attached.
Issue History
2013-04-20 17:44dloperNew Issue
2013-04-26 09:07user2Statusnew => acknowledged
2013-04-26 09:42user2Note Added: 0000827

Notes
(0000827)
user2   
2013-04-26 09:42   
ClearOS 6 (32-bit) does not suffer from this issue.