open-telemetry/opamp-spec

TLSCertificate.public_key is incorrectly named

tigrannajaryan opened this issue · 0 comments

We are actually storing the certificate (not just the public key) in the public_key field.

A more appropriate name is probably cert or certificate.

The same applies to ca_public_key field (it is certificate, not just the key).