#! /bin/sh
APP=/opt/epodpisfs/epodpisfs.jar
PATH="/opt/epodpisfs/jre/bin:$PATH" exec java \
	--add-exports jdk.crypto.cryptoki/sun.security.pkcs11=ALL-UNNAMED \
	--add-exports jdk.crypto.cryptoki/sun.security.pkcs11.wrapper=ALL-UNNAMED \
	--add-opens java.base/java.security=ALL-UNNAMED \
	--add-exports java.base/sun.security.action=ALL-UNNAMED \
	--add-exports java.base/sun.security.rsa=ALL-UNNAMED \
	--add-opens java.base/sun.security.util=ALL-UNNAMED \
	-jar "$APP" $@
