Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 488 Bytes

Keycloak Installer

Keycloak Installer is a set of scripts that handles the installation and configuration of a keycloak standalone server.

Configuration

  • Replace all values within keycloak.sh with your desired domain, passwords, and alias

Installation

# Clone the repo
git clone https://github.com/kasullian/Keycloak-Installer

# Install keycloak
sudo chmod +x install.sh
sudo ./install.sh

Test SSL renewel through certbot

sudo certbot renew --dry-run