HTTP mode Thehttpmode guides you through the process of generating certificates for use on the HTTP (REST) interface for Elasticsearch. It asks you a number of questions in order to generate the right set of files for your needs. For example, depending on your choices, it might generate a...
xpack.security.http.ssl.certificate_authorities: [ "path/to/ca" ] 确保将路径替换为合适的证书路径。 3.查看证书 要查看已安装的证书的详细信息,包括证书的颁发者、有效日期和密钥用途等,可以使用以下命令: shell elasticsearch-certutil list 这将列出所有已安装的证书及其相关信息。 4.管理证书 elasticsearch-ce...