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
Chainloop is currently using the HTTP interface (older) for signing. However, it's advised to use the new REST interface that provides the verification material after signing.
This provides easier verification without needing to provide the signing certificate out of band, and enables the use of ephemeral certificates with SignServer.
OpenAPI spec can be found here, where we can see the process response includes the certificate:
Chainloop is currently using the HTTP interface (older) for signing. However, it's advised to use the new REST interface that provides the verification material after signing.
This provides easier verification without needing to provide the signing certificate out of band, and enables the use of ephemeral certificates with SignServer.
OpenAPI spec can be found here, where we can see the
process
response includes the certificate:The text was updated successfully, but these errors were encountered: