To add certification security to a Beatrix application we need to supply an X.500 DN and an RSA key pair when we generate the launch descriptor. The key pair is optional:
% jtrixmaker -type beatrix -outfile skeleton-launcher.xml \
     -x500dn o=jtrix,cn=skeleton2 -jardirs /home/nik/build/bin \
     -jars skeleton2.jar beatrix.jar libjtrix.jar jaxp.jar parser.jar \
         facets1.jar \
     -access ap \
     -codebase ap skeleton2.jar beatrix.jar libjtrix.jar facets1.jar \
     -plugins org.jtrix.project.skeleton2.plugins.LifeCyclePlugin
     -key-pair mykey.pub mykey.prv
% 
Once a launch descriptor has been created with a key pair all future warrants and netlet descriptors will be signed with it.
Nik Silver 2002-03-09