quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test-ca.cnf (194B)


      1 [ ca ]
      2 default_ca = test
      3 
      4 [ test ]
      5 database = test-ca.db
      6 certificate = test-ca.crt
      7 private_key = test-ca.key
      8 crlnumber = test-ca.cnt
      9 default_md = sha256
     10 default_days = 365
     11 default_crl_days = 30