-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
genrsa: Unrecognized flag truststorepass #32
Comments
What version of openssl are you using? |
OpenSSL 1.1.1f 31 Mar 2020 |
That should be working. What about java version? |
openjdk version "17.0.5" 2022-10-18 |
Try upgrading to Java 11 |
|
I'm having the exact same issue, same openssl/openjdk versions. I tried java 11 too, without success. Edit: Ok, I found the issue It's very hard to see the difference, I only noticed after running the script with set -x option. PS: Don't forget to set |
I am not able to generate certificate with this command.
./run.sh -keystorepass “password" -truststorepass “password"
the folder keystores
├── alfresco
has no
├── keystore
│ ├── ssl.keystore
│ ├── ssl.truststor
When I run it, I have the message "genrsa: Unrecognized flag truststorepass."
I want to generate ssl certificate for alfresco community
The text was updated successfully, but these errors were encountered: