<%@ page import="org.apache.geronimo.console.util.PortletManager"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>

This tool walks you through the process of configuring keystores to use with SSL connectors (for the web container, etc.).

There are no keystores defined

Keystores start out as locked against editing and also not available for usage by other components in the server. The Editable flag indicates whether the keystore has been unlocked for editing (by entering the keystore password), which lasts for the current login session. The Available flag indicates whether that password has been saved in order to make the keystore available to other components in the server.

<% String consoleServletPath = PortletManager.getConsoleFrameworkServletPath(request); %>
Keystore File Contents Editable Available
${keystore.instance.keystoreName} ">${keystore.instance.keystoreName} Keystore locked ${fn:length(keystore.keys)} Keys and ${fn:length(keystore.certificates)} Certs ">Locked ">Unlocked ">Locked "onClick="return confirm('This keystore is currently in use. Locking it may prevent the server from starting. Continue?');" >Unlocked ${keys[keystore.instance.keystoreName]}

">New Keystore