I need to create self-signed certificate but I run
into the problem exactly described in FAQ
section:
What can I do about it??? Please help if you can, I
am really stuck here.
The docs explanation would be:
The following messages are frequently asked about: Using configuration from /some/path/openssl.cnf Unable to load config info This is followed some time later by... unable to find 'distinguished_name' in config problems making Certificate Request The first error message is the clue: it can't find the configuration file! Certain operations (like examining a certificate request) don't need a configuration file so its use isn't enforced. Generation of certificates or requests however does need a configuration file. This could be regarded as a bug.
Best Regards |