Securityadmin errors with certificates

Hey @anteus

Example, your setup maybe different.

What I did was find which java version

java -version

Check for full path.

sudo update-alternatives --config java

Set Java home.

export OPENSEARCH_JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64

as for this error

Your cert must match with the opensearch.yml file.

hope that helps