files/en-us/web/api/rtccertificate/index.md
{{APIRef("WebRTC")}}
The RTCCertificate interface of the WebRTC API provides an object representing a certificate that an {{domxref("RTCPeerConnection")}} uses to authenticate.
RTCCertificate is a {{Glossary("serializable object")}}, so it can be cloned with {{DOMxRef("Window.structuredClone", "structuredClone()")}} or copied between Workers using {{domxref("Worker/postMessage()", "postMessage()")}}.
{{Specifications}}
{{Compat}}
RTCPeerConnection.RTCPeerConnection() argument configuration.certificates