Hi,
i read this article: Running Keycloak in a container - Keycloak and I was wondering what
# for demonstration purposes only, please make sure to use proper certificates in production instead
RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore
this does? Is this just for the https certificate or a root certificate for keycloak? Is it allowed to remove that line?