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
Goal would be to allow issueing of certs to be off loaded to an external web service,
as to not require the root (CA) certs to be coupled to the proxy
A client could then also be made to talk to it. Ideally we would also allow rama-tls ServerAuth to make use of this client as an issuer, but it will require some thinking on how to do this without coupling it to a specific approach (e.g. http). One way could be by just having it work with a channel, where it sends to and receives the result back via a one shot 🤷
The text was updated successfully, but these errors were encountered:
Goal would be to allow issueing of certs to be off loaded to an external web service,
as to not require the root (CA) certs to be coupled to the proxy
A client could then also be made to talk to it. Ideally we would also allow rama-tls ServerAuth to make use of this client as an issuer, but it will require some thinking on how to do this without coupling it to a specific approach (e.g. http). One way could be by just having it work with a channel, where it sends to and receives the result back via a one shot 🤷
The text was updated successfully, but these errors were encountered: