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
Hello,
I am trying to implement a script to renew all the CRL that we have.
But reading the documentation i am not able to fully do it since i am not able to specify the crlNumber or crlDays through the CLI.
Are this option fully implemented on XCA, as it is openssl like commands i suppose they should work.
It doesn't give me error, but it does nothing.
This is the example:
xca.exe --database=database.xdb --password=********** --crlgen=crl_20241014 --crlNumber=3 --crlDays=180 --name=crl_20241014 --pem-file crl_20241014
Thanks for your help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to implement a script to renew all the CRL that we have.
But reading the documentation i am not able to fully do it since i am not able to specify the crlNumber or crlDays through the CLI.
Are this option fully implemented on XCA, as it is openssl like commands i suppose they should work.
It doesn't give me error, but it does nothing.
This is the example:
xca.exe --database=database.xdb --password=********** --crlgen=crl_20241014 --crlNumber=3 --crlDays=180 --name=crl_20241014 --pem-file crl_20241014
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions