Navigation


Changeset 29:5ba91682f0bc in freeDiameter for contrib/ca_script/Makefile


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

Added a test for cnxctx (tbc) and fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/ca_script/Makefile

    r19 r29  
    3232O = WIDE
    3333OU = "AAA WG"
     34
     35#Default lifetime
     36DAYS = 365
    3437
    3538#Values for the CA
     
    130133        @openssl ca $(CONFIG) -in $(DIR)/clients/csr/$(name).csr \
    131134                -out $(DIR)/clients/certs/$(name).cert \
     135                -days $(DAYS) \
    132136                -batch
    133137        @ln -s $(DIR)/clients/certs/$(name).cert $(DIR)/certs/`openssl x509 -noout -hash < $(DIR)/clients/certs/$(name).cert`.0
Note: See TracChangeset for help on using the changeset viewer.