...

Text file src/go.mongodb.org/mongo-driver/mongo/options/testdata/csr.json

Documentation: go.mongodb.org/mongo-driver/mongo/options/testdata

     1{
     2    "hosts": [
     3        "example.com",
     4        "www.example.com",
     5        "127.0.0.1"
     6    ],
     7    "key": {
     8        "algo": "rsa",
     9        "size": 2048
    10    },
    11    "names": [
    12        {
    13            "C":  "US",
    14            "L":  "New York City",
    15            "O":  "MongoDB, Inc",
    16            "OU": "WWW",
    17            "ST": "New York"
    18        }
    19    ]
    20}

View as plain text