diff --git a/src/app/apps/[id]/page.tsx b/src/app/apps/[id]/page.tsx index 155078f..429d157 100644 --- a/src/app/apps/[id]/page.tsx +++ b/src/app/apps/[id]/page.tsx @@ -43,7 +43,7 @@ export default async function Page({ params }: { params: { id: string } }) { return

not found

; } - const certificateDownloadURL = `data:text/plain,${INSECURE_PUBLIC_CERTIFICATE}`; + const certificateDownloadURL = `data:text/plain;base64,${btoa(INSECURE_PUBLIC_CERTIFICATE)}`; return (