@@ -112,6 +112,8 @@ Required properties:
112112+--------------------------+---------+--------------+-------------------------------------------------------------+
113113| ``key `` | string | | any non whitespace character |
114114+--------------------------+---------+--------------+-------------------------------------------------------------+
115+ | ``pkcs12 `` | string | | any non whitespace character |
116+ +--------------------------+---------+--------------+-------------------------------------------------------------+
115117| ``ns_cert_type `` | string | | ``client ``, ``server `` or empty string |
116118+--------------------------+---------+--------------+-------------------------------------------------------------+
117119| ``mtu_disc `` | string | ``no `` | ``no ``, ``maybe `` or ``yes `` |
@@ -151,6 +153,16 @@ Required properties:
151153+--------------------------+---------+--------------+-------------------------------------------------------------+
152154| ``secret `` | string | | any non whitespace character |
153155+--------------------------+---------+--------------+-------------------------------------------------------------+
156+ | ``reneg_sec `` | integer | ``3600 `` | any positive integer |
157+ +--------------------------+---------+--------------+-------------------------------------------------------------+
158+ | ``tls_timeout `` | integer | ``2 `` | any positive integer |
159+ +--------------------------+---------+--------------+-------------------------------------------------------------+
160+ | ``tls_cipher `` | string | | any string |
161+ +--------------------------+---------+--------------+-------------------------------------------------------------+
162+ | ``remote_cert_tls `` | string | | ``client ``, ``server `` or empty string |
163+ +--------------------------+---------+--------------+-------------------------------------------------------------+
164+ | ``float `` | boolean | ``False `` | |
165+ +--------------------------+---------+--------------+-------------------------------------------------------------+
154166| ``fast_io `` | boolean | ``False `` | |
155167+--------------------------+---------+--------------+-------------------------------------------------------------+
156168| ``log `` | string | | filesystem path |
@@ -179,8 +191,12 @@ Required properties:
179191+--------------------------+---------+--------------+-------------------------------------------------------------+
180192| ``pull `` | boolean | ``True `` | |
181193+--------------------------+---------+--------------+-------------------------------------------------------------+
194+ | ``remote_random `` | boolean | ``False `` | |
195+ +--------------------------+---------+--------------+-------------------------------------------------------------+
182196| ``auth_user_pass `` | string | | any non whitespace character |
183197+--------------------------+---------+--------------+-------------------------------------------------------------+
198+ | ``auth_retry `` | string | ``none `` | ``none ``, ``nointeract `` or ``interact `` |
199+ +--------------------------+---------+--------------+-------------------------------------------------------------+
184200
185201Server specific settings
186202~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments