Ignore:
Timestamp:
Jun 13, 2012, 3:00:51 PM (11 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #405: Update certificate used for signing the web start files

Location:
extensions/net.sf.basedb.mev/trunk/jarsign
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/jarsign/readme.txt

    r1228 r1701  
    33checked in JAR files have already been signed, so there is
    44no need to do this again unless MeV itself needs to be
    5 updated. In that case, the new JAR files need to be signed.
     5updated or if the current certificate has expired.
    66Since this is a somewhat complex task, we have tried to make
    77easier.
    88
    9 Follow this procedure:
     9Follow this procedure (for updating MeV):
    1010
    11111. Delete all the existing JAR files in the ./resources/jar
     
    15153. Run 'ant fixjars' (*)
    16164. Run 'ant signjars'
     175. Commit the changes to the subversion repository.
     18
     19Follow this procedure (for re-signing with a new certificat):
     20
     211. Generate a new certificate as desribed below.
     222. Set lazy="false" for the <signjar> action in build.xml
     233. Run 'ant signjars'
     244. Revert back to  lazy="true"
    17255. Commit the changes to the subversion repository.
    1826
Note: See TracChangeset for help on using the changeset viewer.