g3proxy: support send mimic cert to cert generator

This commit is contained in:
Zhang Jingqiang 2024-03-20 15:02:02 +08:00 committed by Zhang Jingqiang
parent a6e4598b04
commit e786d26e5c
12 changed files with 297 additions and 31 deletions

View file

@ -28,6 +28,26 @@ host
Set the hostname of the target tls server. May be a domain or an IP address.
service
-------
**optional**, **type**: string
Set the tls service type. It should be returned in response.
**default**: http
.. versionadded:: 1.9.0
cert
----
**optional**, **type**: string
The real upstream cert.
.. versionadded:: 1.9.0
response
========
@ -38,6 +58,17 @@ host
The hostname as specified in the request.
service
-------
**optional**, **type**: string
Set the tls service type. It should be the same value as in the request.
**default**: http
.. versionadded:: 1.9.0
cert
----