diff --git a/conf/cas/server.keystore b/conf/cas/server.keystore index 92a00a9..b85ed40 100644 Binary files a/conf/cas/server.keystore and b/conf/cas/server.keystore differ diff --git a/docker-compose.yml b/docker-compose.yml index 37f5bd2..de53fe4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,6 +12,7 @@ services: restart: always ports: - 9880:8080 + - 8443:8443 volumes: - ./conf/cas/server.keystore:/etc/cas/thekeystore command: ["/bin/sh", "/cas-overlay/bin/run-cas.sh"]