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

store full cert pem for later analysis #9

Open
danwent opened this issue Jul 4, 2011 · 1 comment
Open

store full cert pem for later analysis #9

danwent opened this issue Jul 4, 2011 · 1 comment

Comments

@danwent
Copy link
Owner

danwent commented Jul 4, 2011

For analysis of future security incidents, it would be good if we store the full certificate PEM once for each fingerprint seen.

This would be pretty easy to add using a second table that contains two columns: fingerprint, PEM.

Note: we should move certificate data to its own database table ( #30 ) before storing additional data.

@daveschaefer
Copy link
Collaborator

This would also help us track whether sites are using certs that e.g. are signed by different CAs over time.

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

2 participants