Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit e098a68

Browse files
committed
Busted links
1 parent ad6eb5e commit e098a68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/security/configuration/generate-certificates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ openssl x509 -req -in admin.csr -CA root-ca.pem -CAkey root-ca-key.pem -CAcreate
8484

8585
## (Optional) Generate node and client certificates
8686

87-
Follow the steps in [Generate admin certificates](#generate-admin-certificate) with new file names to generate a new certificate for each node and as many client certificates as you need. Each certificate should use its own private key.
87+
Follow the steps in [Generate an admin certificate](#generate-an-admin-certificate) with new file names to generate a new certificate for each node and as many client certificates as you need. Each certificate should use its own private key.
8888

89-
If you generate node certificates and have `opendistro_security.ssl.transport.enforce_hostname_verification` set to `true` (default), be sure to specify a common name (CN) for the certificate that matches the hostname of the intended node. If you want to use the same node certificate on all nodes (not recommended), set the hostname verification to `false`. For more information, see [Configure TLS certificates](../../security/configuration/tls/#advanced-hostname-verification-and-dns-lookup).
89+
If you generate node certificates and have `opendistro_security.ssl.transport.enforce_hostname_verification` set to `true` (default), be sure to specify a common name (CN) for the certificate that matches the hostname of the intended node. If you want to use the same node certificate on all nodes (not recommended), set the hostname verification to `false`. For more information, see [Configure TLS certificates](../tls/#advanced-hostname-verification-and-dns-lookup).
9090

9191

9292
### Sample script
@@ -154,7 +154,7 @@ This process generates many files, but these are the ones you need to add to you
154154
- (Optional) `each-node-cert.pem`
155155
- (Optional) `each-node-key.pem`
156156

157-
For information about adding and configuring these certificates, see [Docker security configuration](../../install/docker-security/) and [Configure TLS certificates](../tls/).
157+
For information about adding and configuring these certificates, see [Docker security configuration](../../../install/docker-security/) and [Configure TLS certificates](../tls/).
158158

159159

160160
## Run securityadmin.sh
@@ -165,10 +165,10 @@ After configuring your certificates and starting Elasticsearch, run `securityadm
165165
./securityadmin.sh -cd ../securityconfig/ -icl -nhnv -cacert ../../../config/root-ca.pem -cert ../../../config/admin.pem -key ../../../config/admin-key.pem
166166
```
167167

168-
For more information about what this command does, see [Apply configuration changes](../security-admin/) and [Change passwords for read-only users](../../install/docker-security/#change-passwords-for-read-only-users).
168+
For more information about what this command does, see [Apply configuration changes](../security-admin/).
169169
{: .tip }
170170

171-
If you use Docker, see [Bash access to containers](../../install/docker/#bash-access-to-containers).
171+
If you use Docker, see [Bash access to containers](../../../install/docker/#bash-access-to-containers).
172172

173173

174174
## Kibana

0 commit comments

Comments
 (0)