Closed nazrulworld closed 2 years ago
For production deployment I would like to use absolute path for the property value oiosaml.servlet.keystore.location but it seems not working because of https://github.com/digst/OIOSAML.Java/blob/master/oiosaml/src/main/java/dk/gov/oio/saml/service/CredentialService.java#L102
oiosaml.servlet.keystore.location
Is it intentional that the key store must be inside the classpath? Or what do you suggest for production deployment?
I am not a super expert in java :), so I request your expert opinion.
For production deployment I would like to use absolute path for the property value
oiosaml.servlet.keystore.location
but it seems not working because of https://github.com/digst/OIOSAML.Java/blob/master/oiosaml/src/main/java/dk/gov/oio/saml/service/CredentialService.java#L102Is it intentional that the key store must be inside the classpath? Or what do you suggest for production deployment?
I am not a super expert in java :), so I request your expert opinion.