feature:TSG-16254:os适配clixon SSL decode certificate开关
This commit is contained in:
@@ -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 }}
|
||||
@@ -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" -}}
|
||||
|
||||
@@ -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 }}
|
||||
@@ -159,6 +159,7 @@ decoders:
|
||||
MAIL_BASE64: yes
|
||||
FTP: yes
|
||||
SSL: yes
|
||||
SSL_CERT: yes
|
||||
RTP: yes
|
||||
SIP: yes
|
||||
SSH: yes
|
||||
|
||||
Reference in New Issue
Block a user