Enroll a node Added in 8.0.0
Enroll a new node to allow it to join an existing cluster with security features enabled.
GET /_security/enroll/node
curl \
-X GET http://api.example.com/_security/enroll/node
Response examples (200)
{
"http_ca_key": "string",
"http_ca_cert": "string",
"transport_ca_cert": "string",
"transport_key": "string",
"transport_cert": "string",
"nodes_addresses": [
"string"
]
}