Skip to content
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ the application server in the [`web.xml`](https://github.com/UniconLabs/cas-samp

* Create a Java keystore at `/etc/cas/jetty/thekeystore` with the password `changeit`.
* Import your server certificate inside this keystore.
* If your CAS server certificate is self signed, import it in the system global keystore (/etc/pki/java/cacerts on some systems)

```bash
mvn clean package jetty:run-forked
Expand Down