mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 06:05:58 -06:00
33 lines
782 B
INI
33 lines
782 B
INI
# simple config for burp_ca
|
|
|
|
RANDFILE = /dev/urandom
|
|
CA_DIR = /tmp/burp2/CA
|
|
|
|
|
|
[ ca ]
|
|
dir = $ENV::CA_DIR
|
|
database = $dir/index.txt
|
|
serial = $dir/serial.txt
|
|
certs = $dir/certs
|
|
new_certs_dir = $dir/newcerts
|
|
crlnumber = $dir/crlnumber.txt
|
|
|
|
unique_subject = no
|
|
|
|
default_md = sha256
|
|
default_days = 7300
|
|
default_crl_days = 7300
|
|
|
|
#????
|
|
name_opt = ca_default
|
|
cert_opt = ca_default
|
|
|
|
x509_extensions = usr_cert
|
|
copy_extensions = copy
|
|
policy = policy_anything
|
|
|
|
[ usr_cert ]
|
|
basicConstraints = CA:FALSE
|
|
|
|
[ policy_anything ]
|
|
commonName = supplied
|