Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
/ VacxPass-Server Public archive

Impfpass certificate to apple wallet pass (DE certificate)

License

Notifications You must be signed in to change notification settings

Nils-witt/VacxPass-Server

Repository files navigation

ImpfpassToAppleWalletServer

Server to create Apple passes from the vaccination QR codes

This is a free time project at the moment in an very early stage

Setup

  1. place your Apple signing certificate in ./keys as mentioned HERE
  2. update the EU Register of medicinal products for human use as described Here
  3. set the .env or the docker-compose env´s

Update the EU database

  1. Download the XLSX file from the offical website
  2. place it in db as 'input.xlsx'
  3. run 'npm run db-update'

Docker image

Image: TBA Run the image:

$ docker run -p 3000:3000 -v /yourKeys:/usr/src/app/keys nilswitt/vacxpass-server:latest

or you can use docker compose

iOS Client

Repository

About

Impfpass certificate to apple wallet pass (DE certificate)

Resources

License

Stars

Watchers

Forks

Releases

No releases published