<%-- 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. --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> Setup Certification Authority - Step 2: Review and Confirm CA details

This screen lets you review the CA details entered in the previous screen. If you need to modify any information shown here, please go back to the previous screen. Upon clicking the Setup Certification Authority button, a keypair and a self-signed certificate will be generated and stored in a keystore. CA's certificate serial number is stored in a text file and the number is incremented each time a CSR is processed by the CA.

Certification Authority's Identity
Common Name (CN): ${caCN}
Division/Business Unit (OU): ${caOU}
Company/Organization (O): ${caO}
City/Locality (L): ${caL}
State/Province (ST): ${caST}
Country Code (2 char) (C): ${caC}
 
Key Details
Alias for CA's keypair: ${alias}
Key Algorithm: ${keyAlgorithm}
Key Size: ${keySize}
Password: ********
 
Certificate Details
Certificate Serial Number: ${sNo}
Valid From Date(mm/dd/yyyy): ${validFrom}
Valid To Date(mm/dd/yyyy): ${validTo}
Signature Algorithm: ${algorithm}

">Cancel