[DOCS] Fixes command page titles
This commit is contained in:
parent
5697d93cbf
commit
1cbde721dc
|
@ -1,9 +1,9 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="gold+"]
|
[testenv="gold+"]
|
||||||
[[certgen]]
|
[[certgen]]
|
||||||
== certgen
|
== elasticsearch-certgen
|
||||||
|
|
||||||
deprecated[6.1,Replaced by <<certutil,`certutil`>>.]
|
deprecated[6.1,Replaced by <<certutil,`elasticsearch-certutil`>>.]
|
||||||
|
|
||||||
The `elasticsearch-certgen` command simplifies the creation of certificate
|
The `elasticsearch-certgen` command simplifies the creation of certificate
|
||||||
authorities (CA), certificate signing requests (CSR), and signed certificates
|
authorities (CA), certificate signing requests (CSR), and signed certificates
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="gold+"]
|
[testenv="gold+"]
|
||||||
[[saml-metadata]]
|
[[saml-metadata]]
|
||||||
== saml-metadata
|
== elasticsearch-saml-metadata
|
||||||
|
|
||||||
The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service
|
The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service
|
||||||
Provider Metadata file.
|
Provider Metadata file.
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="gold+"]
|
[testenv="gold+"]
|
||||||
[[users-command]]
|
[[users-command]]
|
||||||
== Users Command
|
== elasticsearch-users
|
||||||
++++
|
|
||||||
<titleabbrev>users</titleabbrev>
|
|
||||||
++++
|
|
||||||
|
|
||||||
If you use file-based user authentication, the `elasticsearch-users` command
|
If you use file-based user authentication, the `elasticsearch-users` command
|
||||||
enables you to add and remove users, assign user roles, and manage passwords.
|
enables you to add and remove users, assign user roles, and manage passwords.
|
||||||
|
|
Loading…
Reference in New Issue