Wingetlywingetly
← All apps

CertAid for Windows

by MIT IS&Tv2.2.6.0

Last updated

CertAid manages the entire MIT personal certificate setup procedure, giving users a more reliable installation experience. It installs the certificates which identify MIT users to various protected sites.

Install with winget

$ winget install --id MIT.CertAid --exact --version 2.2.6.0

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

Silent install command for CertAid for Windows

CertAid for Windows uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (neutral)
msiexec.exe /i certaid-win-2_2_6.msi /quiet /norestart

See the full silent install reference for CertAid for Windows

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 · v2.2.6.0

ArchitectureTypeScopeInstallDownload
neutralMSI
WiX
-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 CertAid for Windows.

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

  • Windows Admin Center (v2)Microsoft Corporation
    Microsoft.WindowsAdminCenterv2.7.5.21

    A customer-deployed, browser-based app for managing servers, clusters, hyper-converged infrastructure, and Windows 10/11 PCs. It comes at no additional cost beyond Windows and is ready to use in production.

  • 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.

  • O
    OpenBaoOpenBao
    OpenBao.OpenBaov2.6.1

    OpenBao is a software solution to manage, store, and distribute sensitive data.

  • 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

More from MIT IS&T or browse certificate, certificates, certs.

Frequently asked questions

How do I install CertAid for Windows on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id MIT.CertAid --exact --version 2.2.6.0. winget downloads the installer from MIT IS&T and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install CertAid for Windows silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id MIT.CertAid --exact 2.2.6.0 --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 CertAid for Windows?
CertAid for Windows uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i certaid-win-2_2_6.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall CertAid for Windows via winget?
Run: winget uninstall --id MIT.CertAid --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from CertAid for Windows's Apps & Features entry.
Is CertAid for Windows free?
CertAid for Windows is distributed under Copyright (c) MIT. Refer to the publisher (http://ist.mit.edu/certaid/all) for the full license terms - Wingetly itself does not charge for installation.
Does CertAid for Windows 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 CertAid for Windows directly from the publisher.
How do I keep CertAid for Windows up to date?
Run winget upgrade --id MIT.CertAid --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of CertAid for Windows from microsoft/winget-pkgs.