Skip to content

Commit 1d09c59

Browse files
committed
Fix documentation link
1 parent 414c09b commit 1d09c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/client-concepts/certificates/working-with-certificates.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the local CA certificate is part of the chain that was used to generate the serv
118118

119119
X-Pack also allows you to configure a {xpack_current}/pki-realm.html[PKI realm] to enable user authentication
120120
through client certificates. The `certgen` tool included with X-Pack allows you to
121-
{xpack_current}/ssl-tls.html#CO13-4[generate client certificates as well] and assign the distinguished name (DN) of the
121+
{ref_current}/certgen.html[generate client certificates as well] and assign the distinguished name (DN) of the
122122
certificate to a user with a certain role.
123123

124124
certgen by default only generates a public certificate `.cer`) and a private key `.key`. To authenticate with client certificates, you need to present both

src/Tests/ClientConcepts/Certificates/WorkingWithCertificates.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ protected override void AssertException(HttpRequestException e)
177177
*
178178
* X-Pack also allows you to configure a {xpack_current}/pki-realm.html[PKI realm] to enable user authentication
179179
* through client certificates. The `certgen` tool included with X-Pack allows you to
180-
* {xpack_current}/ssl-tls.html#CO13-4[generate client certificates as well] and assign the distinguished name (DN) of the
180+
* {ref_current}/certgen.html[generate client certificates as well] and assign the distinguished name (DN) of the
181181
* certificate to a user with a certain role.
182182
*
183183
* certgen by default only generates a public certificate (`.cer`) and a private key `.key`. To authenticate with client certificates, you need to present both

0 commit comments

Comments
 (0)