1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
11 # ZeroC base OpenSSL configuration file.
14 ###############################################################################
15 ### Self Signed Root Certificate
16 ###############################################################################
23 default_days = 3650 # How long certs are valid.
24 default_md = md5 # The Message Digest type.
25 preserve = no # Keep passed DN ordering?
32 distinguished_name = root_ca_distinguished_name
33 x509_extensions = root_ca_extensions
36 [ root_ca_distinguished_name ]
38 stateOrProvinceName = Florida
39 localityName = Palm Beach Gardens
40 organizationName = ZeroC, Inc.
41 organizationalUnitName = Ice
42 commonName = ZeroC Test CA 1
43 emailAddress = info@zeroc.com
46 [ root_ca_extensions ]
47 basicConstraints = CA:true
49 # PKIX recommendation.
50 subjectKeyIdentifier = hash
51 authorityKeyIdentifier = keyid:always,issuer:always