Navigation


Changeset 19:9f28243f5d53 in freeDiameter


Ignore:
Timestamp:
Oct 5, 2009, 5:51:06 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a small bug, adapt default conf

Location:
contrib/ca_script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/ca_script/Makefile

    r18 r19  
    137137        @if [ -z "$(name)" ]; then echo "name must be provided: make revoke name=mn.n6.org"; exit 1; fi
    138138        @if [ ! -e $(DIR)/clients/certs/$(name).cert ]; \
    139                 echo "$(DIR)/clients/certs/$(name).cert not found"; \
     139                then echo "$(DIR)/clients/certs/$(name).cert not found"; \
    140140                exit 1; \
    141141                fi;
  • contrib/ca_script/openssl.cnf

    r18 r19  
    107107
    108108# Passwords for private keys if not present they will be prompted for
    109 # input_password = haikusecret
    110 # output_password = haikusecret
     109# input_password = fdsecret
     110# output_password = fdsecret
    111111
    112112# This sets a mask for permitted string types. There are several options.
     
    118118# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
    119119# so use this option with caution!
    120 string_mask = nombstr
     120string_mask = utf8only
    121121
    122122# req_extensions = v3_req # The extensions to add to a certificate request
     
    129129
    130130stateOrProvinceName             = State or Province Name (full name)
    131 stateOrProvinceName_default     = Kanagawa
     131stateOrProvinceName_default     = Tokyo
    132132
    133133localityName                    = Locality Name (eg, city)
    134 localityName_default            = Shin-Kawasaki
     134localityName_default            = Koganei
    135135
    1361360.organizationName              = Organization Name (eg, company)
     
    138138
    139139# we can do this but it is not needed normally :-)
    140 #1.organizationName             = Second Organization Name (eg, company)
    141 #1.organizationName_default     = World Wide Web Pty Ltd
     1401.organizationName              = Second Organization Name (eg, company)
     1411.organizationName_default      = NICT
    142142
    143143organizationalUnitName          = Organizational Unit Name (eg, section)
    144 organizationalUnitName_default  = Nautilus6 WG
    145 
    146 commonName                      = Common Name (i.e. Home Agent hostname)
     144organizationalUnitName_default  = AAA WG
     145
     146commonName                      = Common Name (i.e. Diameter Agent hostname)
    147147commonName_max                  = 64
    148148
    149 emailAddress                    = Email Address (i.e. HA administrator)
     149emailAddress                    = Email Address (i.e. Diameter agent administrator)
    150150emailAddress_max                = 64
    151151
Note: See TracChangeset for help on using the changeset viewer.