Signing salt.
The attribute _secret should point to a file containing the secret.
This salt can be generated as follows:
$ tr -dc 'A-Za-z0-9-._~' </dev/urandom | head -c 8
Declarations
Type
secret valueDefault
{
_secret = "/var/lib/secrets/akkoma/signing-salt";
}