To test some stuff I need to create a bunch of untrusted p12 certificates to be used by untrusted web-server. I read openssl documentation and tried to follow the instructions but the process is very complicated, aggravating and error prone. Is there an easy way (GUI, web application) to get a server certificate with arbitrary subject signed by untrusted, fake CA.
Naked OpenSSL command line tool is not an option because the process is complicated and error-prone. If there is a script that simplifies it I would like to hear.