Skip to content
Snippets Groups Projects
Commit ba78b73d authored by Florian Sesser's avatar Florian Sesser
Browse files

Add docs about how newlines is not great here

parent 8393f1b1
Branches
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!83Get the local dev env running: Add keys
Pipeline #481 passed
...@@ -53,6 +53,11 @@ Generate your own like this:: ...@@ -53,6 +53,11 @@ Generate your own like this::
[nix-shell:~/PrivateStorageio]$ PaymentServer-generate-key [nix-shell:~/PrivateStorageio]$ PaymentServer-generate-key
SILOWzbnkBjxC1hGde9d5Q3Ir/4yLosCLEnEQGAxEQE= SILOWzbnkBjxC1hGde9d5Q3Ir/4yLosCLEnEQGAxEQE=
Make sure you write it into the key file `without any leading or trailing white space, also without newlines <https://github.com/LeastAuthority/python-challenge-bypass-ristretto/issues/37>`_.
For example::
echo -n "SILOWzbnkBjxC1hGde9d5Q3Ir/4yLosCLEnEQGAxEQE=" > ristretto.signing-key
For the Stripe key any random bytes with a little light formatting "work" - at least to make our software happy - but if you want to be able to interact with Stripe and have payments (even pretend payments) move all the way through the system you should get a Stripe account and generate a key w/ them. For the Stripe key any random bytes with a little light formatting "work" - at least to make our software happy - but if you want to be able to interact with Stripe and have payments (even pretend payments) move all the way through the system you should get a Stripe account and generate a key w/ them.
Lauri can get you added to our "dev" Stripe account, too, though I forget how important that is for ad hoc dev/testing. Lauri can get you added to our "dev" Stripe account, too, though I forget how important that is for ad hoc dev/testing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment