OpenSSL Certificate Command
Katastroowl opened this issue · 1 comments
Katastroowl commented
The provided OpenSSL Command:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=Company PISP AISP/C=NL'
may not be valid for some users. You will get the reply: "req: Use -help for summary."
If you create a working key and cert using another OpenSSL Command, then the Method SecurityUtils.CreateKeyPairFromPrivateKeyFormattedString(*) returns null and the solution will not be possible anymore.
So far this could not be resolved. Invested time, respectively: Less than one hour for finding a solution.
Katastroowl commented
For some cases you may want to use "" instead of ''.
I will leave it here, since that could eventually save a lot of time for others.