{% extends "base.html" %} {% block header %}

KeyRotation

{% endblock %} {% block content %}
{% if keygen_jar_exists %}

Overview

Enabled
{{ "Yes" if kr.enabled else "No" }}
Rotation Interval
{{ kr.interval }} hour(s)
Backend Type
{{ "JKS" if kr.type == "jks" else "N/A" }}
{% else %}
Missing Component
You'll need to download the keygen.jar. Prepare the OpenID Connect keys generator by using the following commands

mkdir -p $HOME/.clustermgr/javalibs
wget https://ox.gluu.org/maven/org/xdi/oxauth-client/3.1.3.Final/oxauth-client-3.1.3.Final-jar-with-dependencies.jar -O $HOME/.clustermgr/javalibs/keygen.jar
{% endif %}
{% endblock %} {% block js %} {% endblock %}