/* * 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. */ # JCSI configuration file for Test CA 1 #------------------------------------------------------------------------ # the CA's email address # jcsi.ca.email= # the CA's cert validity period (in days) jcsi.ca.validityPeriod=3650 # the CA's key strength jcsi.ca.keyLength=1024 # the CA's distinguished name jcsi.ca.issuerDN=CN=Test CA 1, OU=Jini Group, O=Sun Microsystems Inc, L=Burlington, ST=MA, C=US # algorithms the CA uses # was SHA-1/DSA jcsi.ca.sigAlg=SHA1withRSA # was DSA jcsi.ca.keyAlg=RSA # the CA's key directory jcsi.ca.key.dir=keys # the CA's private key in the key directory jcsi.ca.privKey=test-ca1.key # the password to protect the CA's private key (needed by onlineCA) jcsi.ca.privKey.password=test-ca1-keypass # the CA's cert in the key directory jcsi.ca.cert=test-ca1.cert # whether onlineCA publishes to LDAP repository jcsi.ca.ldap.publish=false # The validity period for generated certificates, in days jcsi.ca.certValidityPeriod=3650 # The requests directory ca.requests=requests # Regex for filtering files. ca.regex.pattern=^.*[1]{1}[A-Z]{1}\\.request$