Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/health.ts>Health#getCertificate

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Health.prototype.getCertificate
import { Health } from "https://deno.land/x/appwrite@11.0.0/src/services/health.ts";

Get the SSL certificate for a domain

Get the SSL certificate for a domain

Parameters

optional
domain: string

Returns

Promise<Models.HealthCertificate>