github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/integration-tests/test-resources/ca-config.json (about)

     1  {
     2     "signing": {
     3       "default": {
     4         "expiry": "8760h"
     5       },
     6       "profiles": {
     7         "kubernetes": {
     8           "usages": ["signing", "key encipherment", "server auth", "client auth"],
     9           "expiry": "8760h"
    10         }
    11       }
    12     }
    13   }