Hello,
What I've done so far.
I followed the certutil route to generate (ca first and then cert).
-
elasticsearch-certutil cert --ca /kibanamount/config/elastic-stack-ca.p12 --dns mydomain.com --ip
-
create container from base image (7.7.0; no changes to the image).
-
Start container with additional options...
-
docker container inspect kibana77 ; snippet shown below...
"Env": [
"ES_JAVA_OPTS=-Xms2048m -Xmx2048m",
"ELASTICSEARCH_URL=http://elasticnetwork:9200",
"SERVER_SSL_KEYSTORE_PATH=/kibanamount/config/elastic-certificates.p12",
"SERVER_SSL_ENABLED=true",
"ES_JAVA_OPTS=-Xms512m -Xmx4048m",
"PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"ELASTIC_CONTAINER=true"
],
When I try to access kibana, it times out...
Please help. What am I missing?