diff --git a/apps/dokploy/components/dashboard/settings/certificates/show-certificates.tsx b/apps/dokploy/components/dashboard/settings/certificates/show-certificates.tsx index c1c9cc795..c69451c89 100644 --- a/apps/dokploy/components/dashboard/settings/certificates/show-certificates.tsx +++ b/apps/dokploy/components/dashboard/settings/certificates/show-certificates.tsx @@ -4,6 +4,7 @@ import { ChevronRight, Link, Loader2, + Server, ShieldCheck, Trash2, } from "lucide-react"; @@ -121,6 +122,12 @@ export const ShowCertificates = () => { CN: {commonName} )} + + + {certificate.server + ? `${certificate.server.name} (${certificate.server.ipAddress})` + : "Dokploy (Local)"} + {chainInfo.isChain && (