Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias CertVerificationStatus
import { type CertVerificationStatus } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Possible outcomes of TLS verification

definition:
| "SUCCESS"
| "NONE"
| "FAILED:self signed certificate"
| "FAILED:unable to verify the first certificate"
| "FAILED:certificate is not yet valid"
| "FAILED:certificate has expired"
| "FAILED"