github.com/ztalab/ZACA@v0.0.1/config.json (about)

     1  {
     2    "auth_keys": {
     3      "intermediate": {
     4        "type": "standard",
     5        "key": "52abb3ac91971bb72bce17e7a289cd04476490b19e0d8eb7810dc42d4ac16c41"
     6      },
     7      "default": {
     8        "type": "standard",
     9        "key": "0739a645a7d6601d9d45f6b237c4edeadad904f2fce53625dfdd541ec4fc8134"
    10      }
    11    },
    12    "signing": {
    13      "profiles": {
    14        "default": {
    15          "usages": [
    16            "signing",
    17            "key encipherment",
    18            "server auth",
    19            "client auth"
    20          ],
    21          "expiry": "1440h",
    22          "copy_extensions": true,
    23          "auth_key": "default"
    24        },
    25        "intermediate": {
    26          "usages": [
    27            "digital signature",
    28            "cert sign",
    29            "crl sign"
    30          ],
    31          "expiry": "17520h",
    32          "copy_extensions": true,
    33          "auth_key": "intermediate",
    34          "ca_constraint": {
    35            "is_ca": true
    36          }
    37        }
    38      }
    39    }
    40  }