The service comes pre-packaged within the default installation, but is disabled by default.
Edit /var/lib/faasd/docker-compose.yaml:
services:
dashboard:
- deploy:- replicas: 0
Then create a JWT signing key:
# Generate a private key
opensslecparam-genkey-nameprime256v1-noout-outjwt_key
# Then create a public key from the private key
opensslec-injwt_key-pubout-outjwt_key.pub