open-telemetry / opamp-spec

OpAMP Specification
Apache License 2.0
102 stars 33 forks source link

TLSCertificate.public_key is incorrectly named #161

Closed tigrannajaryan closed 2 months ago

tigrannajaryan commented 1 year ago

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).