Skip to content

Commit

Permalink
Merge branch 'fix-module-path' into 'main'
Browse files Browse the repository at this point in the history
Add path to nCipherKM.jar

See merge request rpki/rpki-ta-0!147
  • Loading branch information
lolepezy committed Jul 26, 2024
2 parents 9a4ec5a + 04fafe2 commit 4327ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/ta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CLASSPATH=${CONF_DIR}:"$LIB_DIR/*"
CARDSET="TA2022"
MAIN_CLASS="net.ripe.rpki.ta.Main"

TA_TOOL_COMMAND="${JAVA_HOME}/bin/java ${JAVA_OPTS} -classpath ${CLASSPATH} ${MAIN_CLASS} --env=${APPLICATION_ENVIRONMENT} $@"
TA_TOOL_COMMAND="${JAVA_HOME}/bin/java ${JAVA_OPTS} --module-path /opt/nfast/java/classes -classpath ${CLASSPATH} ${MAIN_CLASS} --env=${APPLICATION_ENVIRONMENT} $@"

if [ ${APPLICATION_ENVIRONMENT} == "production" ]; then
# production uses cardset protected keys
Expand Down

0 comments on commit 4327ea9

Please sign in to comment.