Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 619 Bytes

Token Crypt

ARCHIVE. UW-Madison moved continued maintenance of this software product to a private repository at https://git.doit.wisc.edu/wps/myuw-service/myuw-legacy/token-crypt.


Installation Instructions

  1. Set Local Path For Keys Storage
    • /token-crypt/tcrypt-web/src/main/resources/webapp.properties
    • edu.wisc.doit.tcrypt.path.keydirectory
    • Local Directory MUST be READABLE and WRITEABLE by Tomcat process
  2. Build App With Maven 3
    • /token-crypt/pom.xml
    • From /token-crypt/ run mvn clean package
  3. Deploy War File
    • /TokenCrypt/tcrypt-web/target/tcrypt-web-1.0.4-SNAPSHOT.war