Path to an EnvironmentFile containing required environment variables:
- ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64: The base64-encoded RSA PEM PKCS1 of the RS256 JWT secret. Generate it with
openssl genrsa -traditional 4096 | base64 -w0
.
Path to an EnvironmentFile containing required environment variables:
openssl genrsa -traditional 4096 | base64 -w0
.