UNPKG

sslko

Version:

A simple tool to check SSL/TLS certificate information for a given domain.

4 lines (3 loc) 229 B
import type { DetailedPeerCertificate } from "node:tls"; import type { PeerCertificateConverted } from "./types.js"; export declare function convertPeerCertificate(certificate: DetailedPeerCertificate): PeerCertificateConverted;