Releases: passulo/PassCreator
Releases · passulo/PassCreator
First stable version
This is the first stable release of the PassCreator
Included functionality
- create keypairs
- register public key with server
- download apple certificate
- create passes in batch
- server-mode for updates
Missing
- You still have to create the Certificate Signing Request yourself, upload it to Apple, and export the signed certificate + key to a keystone (
.p12
) file and add the password to the configuration or as environment variableKEYSTORE_PASSWORD
. - The configuration is not written automatically. Copy it from https://github.com/passulo/PassCreator/blob/main/src/main/resources/passulo.conf and put it next to the executable.
- You have copy the templates folder next to the executable: https://github.com/passulo/PassCreator/tree/main/templates
Requirements
The executable is a "fat-jar", but still requires Java 17 to be installed.
Executables
The executables are actually of version 1.0.1, because the server command wouldn't run.
passulo
for Mac and Linuxbassulo.bat
for Windows