This repo contains all configuration and files necessary to run the IRMA validation server for the SSI Service Provider.
For configuring the IRMA server, see the IRMA docs.
Settings can be changed by modifying the irmaserver.json
file or by
setting IRMASERVER_<SETTING_NAME>
environment variable, for instance
through docker-compose.yml
.
You can generate a key-pair for use in the jwt RS256 algorithm with the following commands:
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub