Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gen-crl: Use SSL option '-crldays' not '-days'
SSL option -days only configures certificate lifetime, it does not apply to the life-time of a CRL. For a CRL SSL option -crldays is required. The script only succeeded before because openssl-easyrsa.cnf file always configured "default_crl_days = $EASYRSA_CRL_DAYS". Changing the function to use -crldays means that 'default_crl_days' field can be removed from openssl-easyrsa.cnf file. However, this change only removes 'default_crl_days' from the auto- generated version of openssl-easyrsa.cnf - This means no changes are required for packaging the SSL config file. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information