feature:TSG-16254:os适配clixon SSL decode certificate开关

This commit is contained in:
fumingwei
2023-07-18 19:11:28 +08:00
committed by 付明卫
parent 3ac8136443
commit 89bffe2be6
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
[SSL]
MAX_CACHE_LEN=10240
{{- if eq .Values.decoders.SSL_CERT .Values.define_enable_val_yes }}
PARSE_CERTIFICATE_DETAIL=1
{{- else }}
PARSE_CERTIFICATE_DETAIL=0
{{- end }}

View File

@@ -151,6 +151,7 @@ enable_breakpad_upload=0
cp /opt/tsg/config/necessary_plug_list.conf /opt/tsg/sapp/etc/necessary_plug_list.conf
cp /opt/tsg/config/http_main.conf /opt/tsg/sapp/conf/http/http_main.conf
cp /opt/tsg/config/mail.conf /opt/tsg/sapp/conf/mail/mail.conf
cp /opt/tsg/config/ssl_main.conf /opt/tsg/sapp/conf/ssl/ssl_main.conf
{{- end -}}
{{- define "traffic-engine.proxy.copy-config-to-dest" -}}

View File

@@ -19,4 +19,5 @@ data:
firewall.inf: {{ tpl (.Files.Get "conf/firewall.inf") . | quote }}
necessary_plug_list.conf: {{ tpl (.Files.Get "conf/necessary_plug_list.conf") . | quote }}
http_main.conf: {{ tpl (.Files.Get "conf/http_main.conf") . | quote }}
mail.conf: {{ tpl (.Files.Get "conf/mail.conf") . | quote }}
mail.conf: {{ tpl (.Files.Get "conf/mail.conf") . | quote }}
ssl_main.conf: {{ tpl (.Files.Get "conf/ssl_main.conf") . | quote }}

View File

@@ -159,6 +159,7 @@ decoders:
MAIL_BASE64: yes
FTP: yes
SSL: yes
SSL_CERT: yes
RTP: yes
SIP: yes
SSH: yes