Navigation


Changeset 150:994f14da7776 in freeDiameter for contrib/ca_script2/Makefile


Ignore:
Timestamp:
Dec 22, 2009, 2:10:33 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/ca_script2/Makefile

    r149 r150  
    150150        @if [ -z "$(ca)" ]; then echo "Missing parameter. Ex: make gencrl ca=ca.testbed.aaa"; exit 1; fi
    151151        # Create the CRL
    152         @rm -f $(DATA_DIR)/$(ca)/public/crl/local.pem
    153152        @CA_ROOT_DIR=$(DATA_DIR)/$(ca) openssl ca $(CONFIG) -gencrl -out $(DATA_DIR)/$(ca)/public/crl/$(ca).pem
    154         @ln -s $(ca).pem $(DATA_DIR)/$(ca)/public/crl/local.pem
    155         @ln -s crl/$(ca).pem $(DATA_DIR)/$(ca)/public/`openssl crl -noout -hash < $(DATA_DIR)/$(ca)/public/crl/$(ca).pem`.r0
     153        @ln -s crl/$(ca).pem $(DATA_DIR)/$(ca)/public/local.pem
     154        @ln -s local.pem $(DATA_DIR)/$(ca)/public/`openssl crl -noout -hash < $(DATA_DIR)/$(ca)/public/crl/$(ca).pem`.r0
    156155
    157156# End of file...
Note: See TracChangeset for help on using the changeset viewer.