Fix DN call
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
This commit is contained in:
parent
a8707d9aa9
commit
86ceba28aa
|
@ -29,7 +29,7 @@ In addition, verify and add the distinguished names (DNs) of each follower clust
|
|||
First, get the node's DN from each follower cluster:
|
||||
|
||||
```bash
|
||||
curl -XGET -k -u 'admin:admin' 'https://localhost:9200/_plugins/_security/api/ssl/certs?pretty'
|
||||
curl -XGET -k -u 'admin:admin' 'https://localhost:9200/_opendistro/_security/api/ssl/certs?pretty'
|
||||
|
||||
{
|
||||
"transport_certificates_list": [
|
||||
|
|
Loading…
Reference in New Issue