You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. What would be involved with adding Delegated Credentials for TLS support to cfssl? I believe there are two main cases:
cfssl issuing a "delegation certificate" to operators, with which they can generate their own delegated credentials
cfssl generating a "delegated credential" from a delgation certificate that has been provided by a ca
Some good introductory reading on Delegated Credentials for TLS is available from this fine article; I suspect some folks here may already be familiar with it. ;)
The text was updated successfully, but these errors were encountered:
I made an attempt at this in #953 and see also #1040. The challenges we ran into were around specifying the policy for the CA when it came to signing with extensions and I don't think we quite got something we were happy with there.
Hello. What would be involved with adding Delegated Credentials for TLS support to cfssl? I believe there are two main cases:
Some good introductory reading on Delegated Credentials for TLS is available from this fine article; I suspect some folks here may already be familiar with it. ;)
The text was updated successfully, but these errors were encountered: