You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connectorprotocol="org.apache.coyote.http11.Http11NioProtocol"port="8443"maxThreads="200"scheme="https"secure="true"SSLEnabled="true"keystoreFile="${user.home}/.keystore"keystorePass="changeit"clientAuth="false"sslProtocol="TLS"/>
But yes, if an attacker has already compromised the system and has file-level access to the certificate, they could likely get at the config file as well.
Per kibana.yml, you can specify the cert and key locations
I would like to see the ability to specify the passphrase for the key so that I can store it encrypted on disk.
The text was updated successfully, but these errors were encountered: