mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
g3rcgen: use openssl instead of rcgen
This commit is contained in:
parent
bb8a224904
commit
72637ba696
28 changed files with 732 additions and 353 deletions
|
|
@ -40,16 +40,16 @@ Set the portmap for protocol inspection based on client side tcp port.
|
|||
|
||||
**default**: set with default value
|
||||
|
||||
tls_cert_generator
|
||||
------------------
|
||||
tls_cert_agent
|
||||
--------------
|
||||
|
||||
**optional**, **type**: :ref:`tls cert generator <conf_value_dpi_tls_cert_generator>`
|
||||
**optional**, **type**: :ref:`tls cert agent <conf_value_dpi_tls_cert_agent>`
|
||||
|
||||
Set certificate generator for TLS interception.
|
||||
|
||||
If not set, TLS interception will be disabled.
|
||||
|
||||
**default**: not set
|
||||
**default**: not set, **alias**: tls_cert_generator
|
||||
|
||||
tls_interception_client
|
||||
-----------------------
|
||||
|
|
|
|||
|
|
@ -187,14 +187,14 @@ See the code `lib/g3-dpi/src/protocol/portmap.rs` for default set ports.
|
|||
TLS Interception
|
||||
================
|
||||
|
||||
.. _conf_value_dpi_tls_cert_generator:
|
||||
.. _conf_value_dpi_tls_cert_agent:
|
||||
|
||||
tls cert generator
|
||||
------------------
|
||||
tls cert agent
|
||||
--------------
|
||||
|
||||
**type**: map
|
||||
|
||||
Set the config for tls certificate generator.
|
||||
Set the config for tls certificate agent / generator.
|
||||
|
||||
The keys are:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue