Keycloak Installer is a set of scripts that handles the installation and configuration of a keycloak standalone server.
- Replace all values within keycloak.sh with your desired domain, passwords, and alias
# Clone the repo
git clone https://github.com/kasullian/Keycloak-Installer
# Install keycloak
sudo chmod +x install.sh
sudo ./install.sh
sudo certbot renew --dry-run