Skip to content

Commit df40318

Browse files
committed
Fix external docs.puppet.com links in external_ssl_termination
Point cert_anatomy anchors to local /docs/background/ssl/ equivalents instead of the defunct docs.puppet.com URLs. Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 2ad23f7 commit df40318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_openvox-server_8x/external_ssl_termination.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ validation failures.) Puppet Server uses this to authorize requests; only reques
5151

5252
Mandatory. Must be the [Subject DN][] of the agent's certificate, if a certificate was presented. Puppet Server uses this to authorize requests.
5353

54-
[subject dn]: https://docs.puppet.com/docs/background/ssl/cert_anatomy.html#the-subject-dn-cn-certname-etc
54+
[subject dn]: /docs/background/ssl/cert_anatomy.html#the-subject-dn-cn-certname-etc
5555

5656
### `X-Client-Cert`
5757

@@ -66,5 +66,5 @@ characters must be encoded as `%20` and not `+` characters.
6666
> **Note:** Apache's `mod_proxy` converts line breaks in PEM documents to spaces for some reason, and Puppet Server can't decode the result. We're tracking this issue as
6767
> [SERVER-217](https://tickets.puppetlabs.com/browse/SERVER-217).
6868
69-
[pem format]: https://docs.puppet.com/docs/background/ssl/cert_anatomy.html#pem-file
69+
[pem format]: /docs/background/ssl/cert_anatomy.html#pem-file
7070
[trusted]: https://puppet.com/docs/puppet/latest/lang_facts_and_builtin_vars.html#trusted-facts

0 commit comments

Comments
 (0)