Skip to content

sending proposal, signing certificates? #3099

Answered by eddyashton
martijnlammers asked this question in Q&A
Discussion options

You must be logged in to vote

The args you need to pass to scurl.sh are --signing-key and --signing-key. These are required arguments, which set the identity used to do HTTP signing of the request. The --key and --cert args you're currently passing are optional, and are used to do TLS-client authentication, but not HTTP signing. We provide both so that callers can test signed-but-unauthed commands (sufficient for CCF governance endpoints), or signed-and-authed-with-a-different-identity commands (not used by any builtin CCF endpoint, but could be desired in application logic), or some other combination.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@martijnlammers
Comment options

@eddyashton
Comment options

@martijnlammers
Comment options

@eddyashton
Comment options

Answer selected by martijnlammers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants