Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request - show-crl #436

Closed
tranzitwww opened this issue Mar 10, 2021 · 4 comments
Closed

Request - show-crl #436

tranzitwww opened this issue Mar 10, 2021 · 4 comments
Assignees
Milestone

Comments

@tranzitwww
Copy link

Hi,
Can you please include a function to read the crl file from easyrsa

I do it manually using this command.
openssl crl -inform PEM -in X:/PKI/EasyRSA/pki/crl.pem -text -noout

Best regards,
Ninel

@tranzitwww
Copy link
Author

tranzitwww commented Mar 10, 2021

Also will be nice to have a list-certs with a search filter. ;)
ls -lA pki/issued

@tranzitwww
Copy link
Author

tranzitwww commented Mar 10, 2021

Also please force replace the crl file. Now you must confirm that all the time

[easyrsa]
gen-crl backend
-mv "$out_file_tmp" "$out_file"
+mv -f "$out_file_tmp" "$out_file"

@TinCanTech
Copy link
Collaborator

Reading and writing a CRL can be improved.

If you want to write something like ./easyrsa status then listing certificates could also be possible.

@TinCanTech TinCanTech self-assigned this Mar 15, 2022
@ecrist ecrist added this to the v3.0.9 milestone Mar 16, 2022
@TinCanTech TinCanTech added the low hanging fruit PR welcome label Mar 17, 2022
TinCanTech referenced this issue Apr 25, 2022
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech
Copy link
Collaborator

Closed via d199389

Testing welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants