[java-idp-tomcat-base] 03/03: Move credentials/ directory to child of tomcat-base

Tom Zeller tzeller at dragonacea.biz
Sat Jan 7 16:28:13 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=aee40e129cb6a85b2474c2bbaba08435870125d2

commit aee40e129cb6a85b2474c2bbaba08435870125d2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 6 13:20:27 2023 -0600

    Move credentials/ directory to child of tomcat-base
    
    Instead of child of idp.home
---
 src/main/resources/tomcat-base/conf/catalina.properties | 4 ++--
 src/main/resources/tomcat-base/credentials/.gitkeep     | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/tomcat-base/conf/catalina.properties b/src/main/resources/tomcat-base/conf/catalina.properties
index c748df1..00b7593 100644
--- a/src/main/resources/tomcat-base/conf/catalina.properties
+++ b/src/main/resources/tomcat-base/conf/catalina.properties
@@ -332,12 +332,12 @@ tomcat.host=localhost
 
 # The HTTPS connector
 tomcat.https.port=443
-tomcat.https.certificateKeystoreFile=../credentials/idp-userfacing.p12
+tomcat.https.certificateKeystoreFile=credentials/idp-userfacing.p12
 tomcat.https.certificateKeystorePassword=changeit
 
 # The SOAP endpoint connector
 tomcat.backchannel.port=8443
-tomcat.backchannel.keystoreFile=../credentials/idp-backchannel.p12
+tomcat.backchannel.keystoreFile=credentials/idp-backchannel.p12
 tomcat.backchannel.keystorePass=changeit
 tomcat.backchannel.keystoreType=PKCS12
 
diff --git a/src/main/resources/tomcat-base/credentials/.gitkeep b/src/main/resources/tomcat-base/credentials/.gitkeep
new file mode 100644
index 0000000..e69de29

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list