ZeroTierOne/ext/opentelemetry-cpp-1.21.0/functional/cert/ca_csr.json
2025-07-11 10:37:21 -07:00

12 lines
162 B
JSON

{
"hosts": ["localhost", "127.0.0.1"],
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"O": "OpenTelemetry CA Example"
}
]
}