...

Text file src/github.com/GoogleCloudPlatform/cloudsql-proxy/examples/k8s-service/ca_csr.json

Documentation: github.com/GoogleCloudPlatform/cloudsql-proxy/examples/k8s-service

     1{
     2    "hosts": [],
     3    "key": {
     4        "algo": "rsa",
     5        "size": 2048
     6    },
     7    "names": [
     8        {
     9            "C":  "US",
    10            "L":  "Boulder",
    11            "O":  "My Cool Self-Signing Certificate Authority",
    12            "OU": "WWW",
    13            "ST": "Colorado"
    14        }
    15    ]
    16}

View as plain text