You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/conf.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -217,8 +217,8 @@
217
217
html_theme="ansys_sphinx_theme"
218
218
html_favicon=ansys_favicon
219
219
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.""",
Copy file name to clipboardExpand all lines: doc/source/getting_started/dpf_server.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,13 @@ DPF Server can be run in a Docker container.
123
123
124
124
.. _ref_dpf_server_secure_mode:
125
125
126
-
Run DPF Server in Secure mode wih mTLS
127
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126
+
Run DPF Server in Secure mode with mTLS
127
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128
128
129
129
.. warning::
130
130
131
131
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>`_.
133
133
134
134
This change is also brought by service packs for the following older Ansys versions:
135
135
@@ -148,7 +148,7 @@ Both client and server now require mTLS certificates to establish a gRPC connect
148
148
149
149
The location to the mTLS certificates can be set using an environment variable ``ANSYS_GRPC_CERTIFICATES``.
150
150
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>`_.
152
152
153
153
This environment variable must be set both on the server machine and on the client machine when working remotely.
0 commit comments