-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feature: Certmgr as an in-process supervisor #40
Comments
This is really interesting --- I'd never really considered the use case where certmgr was a library. To address the points:
What does that look like? |
Could you just migrate to dep for 1? |
@cbroglie Indeed. |
@andrewplunk One thing that occurs to me, have you tried using the CFSSL |
You're totally right I could build this on top of the CFSSL transport package. I will do so if you don't think that certmgr makes sense as a library. |
Problem:
Currently it's difficult to use certmgr as an in-process supervisor.
Use case:
I am a go library that doesn't want to require my customers to configure Certmgr with cert.Spec JSON files, instead letting them pass in configuration via function parameters.
Potential Solution:
The text was updated successfully, but these errors were encountered: