Wingetlywingetly
← All apps
C

CertDump

by secanav1.1.5

Last updated

CLI tool dump the signing certificate from a portable executable.

Install with winget

$ winget install --id secana.CertDump --exact --version 1.1.5

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for CertDump

CertDump uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i CertDump.msi /quiet /norestart

See the full silent install reference for CertDump

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.1.5

ArchitectureTypeScopeInstallDownload
x64MSI-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for CertDump.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • CertbotElectronic Frontier Foundation
    EFF.Certbotv2.9.0

    Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS.

  • Certify Certificate ManagerWebprofusion Pty Ltd
    CertifyTheWeb.CertifySSLManagerv7.2.1

    Easily install and auto-renew free SSL/TLS certificates from letsencrypt.org and other ACME Certificate Authorities for your IIS/Windows servers. Setting up https has never been easier.

  • Trust My Msix!Chill-Astro
    Chill-Astro.TMMv3.14.1.5

    Bypass Publisher Certificate Verification Failures in ONE COMMAND!

  • FortifyPeculiar Ventures
    PeculiarVentures.Fortifyv2.1.0

    Enable cross-browser usage of local certificates & smart cards

  • simple-acmesimple-acme
    simple-acme.simple-acmev2.4.0.2350

    A simple cross platform ACME client (for use with Let's Encrypt et al.)

  • PuTTY CACSimon Tatham
    NoMoreFood.PuTTY-CACv0.85.1.0

    Windows Secure Shell Client With Support For Smart Cards & Certificates

More from secana or browse certificate, pe, pem.

Frequently asked questions

How do I install CertDump on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id secana.CertDump --exact --version 1.1.5. winget downloads the installer from secana and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install CertDump silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id secana.CertDump --exact 1.1.5 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for CertDump?
CertDump uses MSI. Run the downloaded installer with: msiexec.exe /i CertDump.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall CertDump via winget?
Run: winget uninstall --id secana.CertDump --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from CertDump's Apps & Features entry.
Is CertDump free?
CertDump is distributed under Apache License 2.0. Refer to the publisher (https://github.com/secana/CertDump) for the full license terms - Wingetly itself does not charge for installation.
Does CertDump work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls CertDump directly from the publisher.
How do I keep CertDump up to date?
Run winget upgrade --id secana.CertDump --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of CertDump from microsoft/winget-pkgs.