Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions download-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<proxy hostname>
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
Expand Down
Loading