method TLSSocket.prototype.getX509Certificate
Usage
import { TLSSocket } from "node:tls";
Returns the local certificate as an X509Certificate object.
If there is no local certificate, or the socket has been destroyed,undefined will be returned.
X509Certificate | undefined