quickjs-tart

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

authorityKeyId_subjectKeyId.conf (537B)


      1 [req]
      2 distinguished_name = req_distinguished_name
      3 x509_extensions = v3_req
      4 prompt = no
      5 [req_distinguished_name]
      6 countryName = NL
      7 organizationalUnitName = PolarSSL
      8 commonName = PolarSSL Test CA
      9 [v3_req]
     10 subjectKeyIdentifier = hash
     11 authorityKeyIdentifier = keyid:always,issuer:always
     12 [v3_req_authorityKeyId_no_keyid]
     13 subjectKeyIdentifier = hash
     14 authorityKeyIdentifier = issuer:always
     15 [v3_req_authorityKeyId_no_issuer]
     16 subjectKeyIdentifier = hash
     17 authorityKeyIdentifier = keyid:always
     18 [v3_req_no_authorityKeyId]
     19 subjectKeyIdentifier = hash