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

Cache CRL (Certificate Revocation List)? #5

Open
danielweck opened this issue Aug 29, 2019 · 0 comments
Open

Cache CRL (Certificate Revocation List)? #5

danielweck opened this issue Aug 29, 2019 · 0 comments

Comments

@danielweck
Copy link
Member

HTTP timeout / latency can create bad UX, but how to ensure CRL is most up to date, when actually needed?

const crlPem = await this.getCRLPem();

=>

private async getCRLPem(): Promise<string> {

Note the "dummy" empty CRL used as fallback:

export const DUMMY_CRL = `-----BEGIN X509 CRL-----

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