File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/managed-ccf/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ms.author: msmbaldwin
12
12
1 . Submit the application bundle present in * set_js_app.json* by creating a proposal.
13
13
14
14
``` Bash
15
- $ proposalid=$( (ccf_cose_sign1 --content set_js_app.json --signing-cert member0_cert.pem --signing-key member0_privk.pem --ccf-gov-msg-type proposal --ccf-gov-msg-created_at ` date -Is` | curl https://confidentialbillingapp.confidential-ledger.azure.com/gov/proposals -H ' Content-Type: application/cose' --data-binary @- --cacert service_cert.pem | jq -r ‘ .proposal_id’ ) )
15
+ $ proposalid=$( (ccf_cose_sign1 --content set_js_app.json --signing-cert member0_cert.pem --signing-key member0_privk.pem --ccf-gov-msg-type proposal --ccf-gov-msg-created_at ` date -Is` | curl https://confidentialbillingapp.confidential-ledger.azure.com/gov/proposals -H ' Content-Type: application/cose' --data-binary @- --cacert service_cert.pem | jq -r ' .proposal_id' ) )
16
16
```
17
17
2 . The next step is to accept the proposal by submitting a vote.
18
18
@@ -28,4 +28,4 @@ cat vote_accept.json
28
28
29
29
ccf_cose_sign1 --content vote_accept.json --signing-cert member0_cert.pem --signing-key member0_privk.pem --ccf-gov-msg-type ballot --ccf-gov-msg-created_at ` date -Is` --ccf-gov-msg-proposal_id $proposalid | curl https://confidentialbillingapp.confidential-ledger.azure.com/gov/proposals/$proposalid /ballots -H ' Content-Type: application/cose' --data-binary @- --cacert service_cert.pem
30
30
```
31
- 3 . Repeat the above step for every member in the Managed CCF resource.
31
+ 3 . Repeat the above step for every member in the Managed CCF resource.
You can’t perform that action at this time.
0 commit comments