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

create index.txt (the CA DB) in depot folder containing all issued certificates #7

Closed
FreshXOpenSource opened this issue Sep 12, 2016 · 4 comments

Comments

@FreshXOpenSource
Copy link
Contributor

FreshXOpenSource commented Sep 12, 2016

See http://pki-tutorial.readthedocs.io/en/latest/cadb.html

This would allow us to create a CA with a revocation list and also allow us to manage it (within micromdm or from outside)

@groob
Copy link
Member

groob commented Sep 12, 2016

I understand the goal and agree that it should be part of the project.
Does it have to be compatible with the index.txt file you linked?

@FreshXOpenSource
Copy link
Contributor Author

i think it is very helpful to be compatible with this format since we are compatible with openssl then. This would help us to use openssl from outside microidm as long as certain features are not yet implemented in micromdm itself. These feature can still be brought in by openssl natively, i.e.

  • creating a CA with a CRL or OSCP (could be implemented easily in microidm i guess)
  • revoking client CA (can be a simple shell script in the beginning)
  • pushing CRL's to a CRL server (simple shell script as well)

@groob
Copy link
Member

groob commented Sep 21, 2016

Is this now addressed by your PR? #8 ?

@FreshXOpenSource
Copy link
Contributor Author

yes!

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

2 participants