The Leshan Certificate (x509v3 der encoded)

Hex :
{{certificate.hexDer}}
Base64 :
{{certificate.b64Der}}
Clients generally need it for X509 authentication.

The Leshan Public Key (SubjectPublicKeyInfo der encoded)

Elliptic Curve parameters : {{pubkey.params}}
Public x coord : {{pubkey.x}}
Public y coord : {{pubkey.y}}

Hex :
{{pubkey.hexDer}}
Base64 :
{{pubkey.b64Der}}
Clients generally need it for RPK authentication.

Client Endpoint Security Mode Security Information
{{ endpoint }} Pre-Shared Key Identity : {{ wrap(security.psk.identity) }} Key : {{ wrap(security.psk.key) }} Raw Public Key
(Elliptic Curve)
Public Key :
{{wrap(security.rpk.key)}}
X.509 Uses X.509 certificate