From 65295fa589a11c082da4a3433a216d3ad8091fc3 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Tue, 28 Oct 2025 13:30:41 -0700 Subject: [PATCH] docs: add catalina properties --- download-manager/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/download-manager/README.md b/download-manager/README.md index 9c8be40..4b13cb0 100644 --- a/download-manager/README.md +++ b/download-manager/README.md @@ -50,6 +50,16 @@ ivo://ivoa.net/sso#tls-with-password = ivo://cadc.nrc.ca/gms ivo://ivoa.net/std/GMS#groups-1.0 = ivo://cadc.nrc.ca/gms ``` +Sample `catalina.properties`: +```properties +tomcat.connector.scheme=https +tomcat.connector.proxyName= +tomcat.connector.proxyPort=443 + +# auth needs to know what's validating certs and cookies +ca.nrc.cadc.auth.IdentityManager=ca.nrc.cadc.ac.ACIdentityManager +``` + A file that contains the public key to verify Cookie tokens called `RsaSignaturePub.key` is also required. This file should be placed in `$CATALINA_BASE/config/`. See the existing configuration. ## Testing it