From ef1113edf2cafaffc3668ea27b295d9a738f1a24 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Fri, 8 Jul 2022 11:33:57 +0200 Subject: keystore configuration redesign for #68 and #69 (todo: trial-and-error + saving in memory) --- pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pdf-over-commons/src/main') diff --git a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java index 43c3fff3..e2f46166 100644 --- a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java +++ b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java @@ -189,6 +189,8 @@ public class Constants { /** KeyStore alias config parameter */ public static final String CFG_KEYSTORE_ALIAS = "KEYSTORE_ALIAS"; + public static final String CFG_KEYSTORE_PASSSTORETYPE = "KEYSTORE_PASS_STORE_TYPE"; + /** KeyStore store password config parameter */ public static final String CFG_KEYSTORE_STOREPASS = "KEYSTORE_STOREPASS"; -- cgit v1.2.3