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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: