by default the CRL is generated for 30 days we need a dynamic way to changing that
currently I modify manually the
`changed to file to generate more than 30day crl
nano easy-rsa/openssl-1.0.0.cnf
default_crl_days= 30
changed to
default_crl_days= 3650
`
the generate new CRL
by default the CRL is generated for 30 days we need a dynamic way to changing that
currently I modify manually the
`changed to file to generate more than 30day crl
nano easy-rsa/openssl-1.0.0.cnf
default_crl_days= 30
changed to
default_crl_days= 3650
`
the generate new CRL