Add command for generating key (#41)

This commit is contained in:
StevenHugo 2020-01-10 17:34:39 +08:00 committed by Misagh Moayyed
parent 8aad6b2e0a
commit be39131ed1
1 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,10 @@ To update `SNAPSHOT` versions run:
# Deployment
- Create a keystore file `thekeystore` under `/etc/cas`. Use the password `changeit` for both the keystore and the key/certificate entries.
```bash
./build.sh gencert
```
- Ensure the keystore is loaded up with keys and certificates of the server.
On a successful deployment via the following methods, CAS will be available at:
@ -97,4 +101,4 @@ Invokes the CAS Command Line Shell. For a list of commands either use no argumen
```bash
./build.sh cli
```
```