I am attempting to self-sign an SSL server certificate with certutil for testing purposes without having to first go to a legitimate CA.
Supposedly the -x parameter will permit this, but on every attempt to create the request, I get the following: $ certutil -C -i test.req -o tset.crt -m 1234 -x -d /usr/iplanet/servers/alias certutil: self-signing a cert request is not supported. Any ideas or suggestions on the best way to create an SSL server test certificate for iPlanet Web Server 6.0. We have attempted with NSS 3.3.1 and the packaged version of certutil that comes with the web server.
