efdevcon / pretix-attestation-placeholder-plugin

Pretix plugin to support placeholders for attestations
MIT License
2 stars 7 forks source link

Generate link with attestation tool #4

Closed ligi closed 3 years ago

ligi commented 3 years ago

Tool can be found here: https://github.com/TokenScript/attestation/releases

sample usage:

$ java -cp attestation-all.jar org.devcon.ticket.Issuer {key.pem} {email} {devconID} {ticketID} {ticketClass}

must use the key upload in #2 for key.pem and {email} {devconID} {ticketID} {ticketClass} set so it corresponds with data from the order

must use the baseURL from #7