Steven T. Hatton wrote:
> There seems to be a descrepency between the versions of certutil in the > meaning of the -k option of -R. The documentation indicates that switch > preceeds the key "short name". OTOH the -H option on the certutil from > the NSS 3.3.1 indicates the -k distinguishes between rsa and dsa key > types. Does this mean I can no longer specify the key to use when > generating a request? Yes. Short-name was an unsupportable hack we removed before we even open sourced NSS. Certutil now used the module that all the rest of our apps use: generate the key when you make the request. bob > > TIA, > > Steven >
