From be39131ed113ac2874f040ae631ae1670d7e9672 Mon Sep 17 00:00:00 2001 From: StevenHugo Date: Fri, 10 Jan 2020 17:34:39 +0800 Subject: [PATCH] Add command for generating key (#41) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ae0bf..7fb765e 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```