Skip to content

Commit 07c5768

Browse files
authored
doc: mTLS section fixes (#2855)
1 parent 83d860f commit 07c5768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
html_theme = "ansys_sphinx_theme"
218218
html_favicon = ansys_favicon
219219
html_theme_options = {
220-
"announcement": """Starting with PyDPF-Core 0.15.0, gRPC communication with the DPF server defaults to requiring authentication.
221-
Refer to <a href='https://dpf.docs.pyansys.com/version/dev/getting_started/dpf_server.html#run-dpf-server-in-secure-mode-with-mtls'>this page</a> for more information.""",
220+
"announcement": """Starting with PyDPF-Core 0.15.0, gRPC communication with the DPF server defaults to requiring mTLS authentication.
221+
Refer to <a href='https://dpf.docs.pyansys.com/version/stable/getting_started/dpf_server.html#run-dpf-server-in-secure-mode-with-mtls'>this page</a> for more information.""",
222222
"logo": {
223223
"image_dark": pyansys_logo_dark_mode,
224224
"image_light": pyansys_logo_light_mode,

doc/source/getting_started/dpf_server.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ DPF Server can be run in a Docker container.
123123

124124
.. _ref_dpf_server_secure_mode:
125125

126-
Run DPF Server in Secure mode wih mTLS
127-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126+
Run DPF Server in Secure mode with mTLS
127+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128128

129129
.. warning::
130130

131131
Starting with Ansys 2026 R1 (DPF 2026.1.0, kernel version 11.0) and PyDPF-Core 0.15.0,
132-
DPF Server gRPC connections default to using `authenticated mTLS Transport<https://tools.docs.pyansys.com/version/stable/user_guide/secure_grpc.html>`.
132+
DPF Server gRPC connections default to using `authenticated mTLS Transport <https://tools.docs.pyansys.com/version/stable/user_guide/secure_grpc.html>`_.
133133

134134
This change is also brought by service packs for the following older Ansys versions:
135135

@@ -148,7 +148,7 @@ Both client and server now require mTLS certificates to establish a gRPC connect
148148

149149
The location to the mTLS certificates can be set using an environment variable ``ANSYS_GRPC_CERTIFICATES``.
150150

151-
More information on the generation of certificates can be read on `Generating certificates for mtls<https://tools.docs.pyansys.com/version/stable/user_guide/secure_grpc.html#generating-certificates-for-mtls>`.
151+
More information on the generation of certificates can be read on `Generating certificates for mTLS <https://tools.docs.pyansys.com/version/stable/user_guide/secure_grpc.html#generating-certificates-for-mtls>`_.
152152

153153
This environment variable must be set both on the server machine and on the client machine when working remotely.
154154

0 commit comments

Comments
 (0)