- Add
cas.example.org
to your hosts file:
> echo '127.0.0.1 cas.example.org' >> /etc/hosts
> docker-compose up -d
- Trying CAS properties
- CAS WAR file will repackage when container restart everytime, so you can just modify bootstrap.properties and restart it.
> docker-compose restart cas
-
Default user account in db.
import bcrypt
hp = bcrypt.hashpw(b'1234', bcrypt.gensalt(prefix=b'2a'))
bcrypt.checkpw(b'1234', hp)
- Apereo CAS Properties
- Github - apereo/cas
- Docker Hub - apereo/cas
- PyPI - BCrypt