DEB packaging of PZ Signer from ePUAP (including Java 9+ fixes)
Jacek Kowalski
2019-10-22 1b739a129d0941205f6e94f26cc57f6a8b6120ad
1
2
3
4
5
6
7
8
9
#!/bin/sh -e
 
. /etc/default/pzsigner
 
cd /opt/pzsigner
java -Dfile.encoding=UTF8 \
    "-Dpz.signer.pkcs11.libpath=${PKCS11_LIBRARY}" \
    -cp 'classes:lib/*' \
    com.pentacomp.signer.Application