Skip to content
Snippets Groups Projects
Commit 253e2c29 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

small tweak.

parent 6e20e3c7
No related merge requests found
......@@ -179,7 +179,6 @@ If you have an ssl certificate and would prefer to have Metabase run over HTTPS
export MB_JETTY_SSL_Port="8443"
export MB_JETTY_SSL_Keystore="path/to/keystore.jks"
export MB_JETTY_SSL_Keystore_Password="storepass"
export MB_JETTY_SSL_DISABLE_HTTP="true"
java -jar metabase.jar
With the above settings applied you will be running Metabase on port 8443 over HTTPS using the supplied certificate. #secured
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment