Changeset 3 in lab for trunk/openssl/CA.sh


Ignore:
Timestamp:
Jun 4, 2009 5:02:46 PM (15 years ago)
Author:
mitty
Message:
  • change expiration date of ssl certification
  • enable to create server certification
  • set certification type
Location:
trunk/openssl
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/openssl/CA.sh

    r2 r3  
    3333if [ -z "$OPENSSL" ]; then OPENSSL=openssl; fi 
    3434 
    35 DAYS="-days 365"    # 1 year 
    36 CADAYS="-days 1095" # 3 years 
     35DAYS="-days 3650"   # 10 years 
     36CADAYS="-days 3650" # 10 years 
    3737REQ="$OPENSSL req $SSLEAY_CONFIG" 
    3838CA="$OPENSSL ca $SSLEAY_CONFIG" 
Note: See TracChangeset for help on using the changeset viewer.