This commit is contained in:
parent
82783a7403
commit
385e486e90
@ -1,4 +1,4 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
{%- for key, value in burp.config.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
@ -71,7 +71,7 @@ ssl_cert = /etc/burp/ssl_cert-client.pem
|
||||
ssl_key = /etc/burp/ssl_cert-client.key
|
||||
|
||||
# Client SSL ciphers
|
||||
#ssl_ciphers =
|
||||
#ssl_ciphers =
|
||||
|
||||
# Client SSL compression. Default is zlib5. Set to zlib0 to turn it off.
|
||||
#ssl_compression = zlib5
|
||||
@ -128,4 +128,4 @@ exclude_comp=gz
|
||||
#atime=1
|
||||
# When enabled, this causes problems in the phase1 scan (such as an 'include'
|
||||
# being missing) to be treated as fatal errors. The default is 0.
|
||||
#scan_problem_raises_error=1
|
||||
#scan_problem_raises_error=1
|
@ -9,4 +9,4 @@ Type=simple
|
||||
ExecStart=/usr/sbin/burp -ab
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
@ -9,4 +9,4 @@ OnCalendar=Mon-Sun 23:30
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
WantedBy=timers.target
|
@ -23,10 +23,10 @@ burp:
|
||||
ssl_cert: /etc/burp/ssl_cert-client.pem
|
||||
ssl_key: /etc/burp/ssl_cert-client.key
|
||||
ssl_peer_cn: burpserver
|
||||
exclude_fs: sysfs
|
||||
exclude_fs: tmpfs
|
||||
exclude_comp: bz2
|
||||
exclude_comp: gz
|
||||
#exclude_fs: sysfs
|
||||
#exclude_fs: tmpfs
|
||||
#exclude_comp: bz2
|
||||
#exclude_comp: gz
|
||||
nobackup: .nobackup
|
||||
clients:
|
||||
- name: thinkpad.paulbsd.com
|
||||
@ -59,8 +59,8 @@ burp:
|
||||
ssl_cert: /etc/burp/ssl_cert-client.pem
|
||||
ssl_key: /etc/burp/ssl_cert-client.key
|
||||
ssl_peer_cn: burpserver
|
||||
exclude_fs: sysfs
|
||||
exclude_fs: tmpfs
|
||||
exclude_comp: bz2
|
||||
exclude_comp: gz
|
||||
#exclude_fs: sysfs
|
||||
#exclude_fs: tmpfs
|
||||
#exclude_comp: bz2
|
||||
#exclude_comp: gz
|
||||
nobackup: .nobackup
|
@ -5,4 +5,4 @@
|
||||
default=defaults.burp,
|
||||
merge=True
|
||||
)
|
||||
-%}
|
||||
-%}
|
@ -7,4 +7,4 @@ OnStartupSec=600
|
||||
#OnCalendar=Mon-Sun 22:00
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user