chris2511 / xca

X Certificate and Key management
http://xca.hohnstaedt.de
Other
1.54k stars 204 forks source link

new option --output for crlgen #401

Closed harridu closed 2 months ago

harridu commented 1 year ago

Currently xca --crlgen writes password prompt, verbose output and the crl pem file in parallel to stdout. Thats pretty inconvenient to create a new crl by some cron job. Would it be possible to add an option --output=filename to explicitly name the crl pem file?