<%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%-- $Rev$ $Date$ --%> <%@ 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.name} ">${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.name]}

">New Keystore