We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340b6df commit 1258b55Copy full SHA for 1258b55
cmd/piped/README.md
@@ -34,7 +34,7 @@ For the full list of available commands, please see the Makefile at the root of
34
# FIXME: Replace here with your piped ID.
35
pipedID: 7accd470-1786-49ee-ac09-3c4d4e31dc12
36
# Base64 encoded string of the piped private key. You can generate it by the following command.
37
- # echo "your-piped-key" | base64
+ # echo -n "your-piped-key" | base64
38
# FIXME: Replace here with your piped key file path.
39
pipedKeyData: OTl4c2RqdjUxNTF2OW1sOGw5ampndXUyZjB2aGJ4dGw0bHVkamF4Mmc3a3l1enFqY20K
40
# Write in a format like "host:443" because the communication is done via gRPC.
0 commit comments