Skip to content

Commit

Permalink
docs: fix vote_request (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongtianq authored May 9, 2024
1 parent eef78ab commit 8ef3e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/quick_start/step5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
" approved_action: \"tee/download,xxxx_uuid\"\n",
" # (required) List[str], cert chain files, the order is [cert, mid_ca_cert, root_ca_cert]\n",
" # file num can be 1 if the cert is self-signed\n",
" cert_chain_file: \"alice.crt\"\n",
" cert_chain_file: \n",
" - \"alice.crt\"\n",
" # (required) str, file contains private key\n",
" private_key_file: \"alice.key\"\n",
"```\n",
Expand Down

0 comments on commit 8ef3e77

Please sign in to comment.