export type GenerateCertificateResponse = { key: string; fullchain: string; };