File tree Expand file tree Collapse file tree 1 file changed +24
-18
lines changed Expand file tree Collapse file tree 1 file changed +24
-18
lines changed Original file line number Diff line number Diff line change @@ -96,24 +96,30 @@ Generating certificates for mTLS
9696`OpenSSL <https://www.openssl.org/ >`__ can be used to generate the necessary
9797certificates for mTLS.
9898
99- Certificate files used by the server:
100-
101- ======================= =========================================
102- Required Files Purpose
103- ======================= =========================================
104- server.crt Server identity
105- server.key Server private key
106- ca.crt To verify client certificates
107-
108- Certificate files used by the client:
109-
110- ======================= =========================================
111- Required Files Purpose
112- ======================= =========================================
113- client.crt Client identity
114- client.key Client private key
115- ca.crt To verify server certificates
116- ======================= =========================================
99+ .. list-table :: Server certificate files
100+ :widths: auto
101+ :header-rows: 1
102+
103+ * - Required Files
104+ - Purpose
105+ * - server.crt
106+ - Server identity
107+ * - server.key
108+ - Server private key
109+ * - ca.crt
110+ - To verify client certificates
111+
112+ .. list-table :: Client certificate files
113+ :widths: auto
114+ :header-rows: 1
115+ * - Required Files
116+ - Purpose
117+ * - client.crt
118+ - Client identity
119+ * - client.key
120+ - Client private key
121+ * - ca.crt
122+ - To verify server certificates
117123
118124These files can be generated using `OpenSSL <https://www.openssl.org/ >`__.
119125
You can’t perform that action at this time.
0 commit comments