Instructions about pre-generating keys manually / automated deploys #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am working on an ansible role for deploying pleroma and it would be great to be able to separate the task of installing packages from the configuration ("instance gen") procedures.
I know that I can generate the vapid keys by myself (at least I used the js web-push package), and of course things like database password are easy to be defined by the admins. The things that were not clear were regarding how the secret key / signing salt are generated. Are they just independent random strings, or is there something else?
Similar question goes to the "joken" signer_key. How is it generated?