The documentation says to call curl -XGET -k -u 'admin:admin' 'https://localhost:9200/_plugins/_security/api/ssl/certs?pretty'
but i have error:
“no handler found for uri [/_plugins/_security/api/ssl/certs] and method [GET]” also i call curl --insecure -XGET "https://localhost:9200/_plugins/_security/api/ssl/certs" --cert /usr/share/opensearch/config/kirk.pem --key /usr/share/opensearch/config/kirk-key.pem
and have same error.
What am I doing wrong?
Hi Melok,
Thanks for reporting this issue. Can you try doing curl -XGET -k -u 'admin:admin' 'localhost:9200/_opendistro/_security/api/ssl/certs?pretty'
instead ?
We will also correct our documentation as well to reflect the same.
Yes, its work. Thanks