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

[renew-cert] Check for the existing cert's revocation #3

Open
Arnavion opened this issue Mar 3, 2020 · 0 comments
Open

[renew-cert] Check for the existing cert's revocation #3

Arnavion opened this issue Mar 3, 2020 · 0 comments

Comments

@Arnavion
Copy link
Owner

Arnavion commented Mar 3, 2020

... not just its expiry time.

A crate like x509-parser can be used to get the OCSP URL. But there's no pure-Rust crate (ie, not openssl) to do OCSP, so the function would need to talk the OCSP protocol manually with something like der.

Ref:

@Arnavion Arnavion changed the title AcmeFunction should also check for the existing cert's revocation acme Function should also check for the existing cert's revocation Feb 17, 2021
@Arnavion Arnavion changed the title acme Function should also check for the existing cert's revocation [acme] Check for the existing cert's revocation Feb 17, 2021
@Arnavion Arnavion changed the title [acme] Check for the existing cert's revocation [renew-cert] Check for the existing cert's revocation Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant