.. | |||
artifacts | 3 years ago | ||
Readme.md | 3 years ago | ||
Vagrantfile | 3 years ago | ||
provision.sh | 3 years ago |
keycloak-instance
, move to folder keycloak-instance
.artifacts
File name | Description |
---|---|
keycloak-X.Y.Z.zip |
The installer archive to be downloaded from here - Distribution powered by Quarkus |
keycloak.service |
The systemd unit file for Keycloak service |
mkcert |
mkcert command line utility to be downloaded here. Pick the latest binary for amd64 and rename it to mkcert |
rootCA.pem |
The rootCA previously created in your host machine |
rootCA-key.pem |
The rootCA key previously created in your host machine |
keycloak-env.conf |
The environment file for the systemd service |
keycloak.conf |
The Keycloak configuration file |
log
Vagrantfile
and change the value of variable lxd.name
. It makes sense to give the same name as the folder, in this example keycloak-instance
.provision.sh
and change the value of variable MACHINE_HOSTNAME
. It makes sense to give the same name as the folder, plus the domain, in this example keycloak-instance.localenv.com
.vagrant up > log/provisioning.log
MACHINE_HOSTNAME
, for example by adding an entry in /etc/hosts