I tried to edit the file to allow custom data to be added to the certificate, but doing the following command (openssl.exe req -new -x509 -nodes -sha1 -days 365 -key host.key -out host.pem -config openssl.cfg) does not give me an option to fill in my custom attribute. what am I doing wrong? Thank you