Skip to main content

    S/MIME for Teams: Key Custody and Offboarding

    Deploying S/MIME across a team turns private keys into company data. Who holds them, what breaks when someone leaves, and the choice to make first.

    MS
    My-SSL Team
    ·
    13 min read
    ·
    Published August 26, 2026
    ·
    Last updated August 26, 2026

    The short answer

    Rolling S/MIME out to a team is a different job from setting it up once. The decision that costs money when it goes wrong is key custody, and it has to be settled before the first certificate is issued: an encryption private key that is lost takes every message ever encrypted to that mailbox with it, and no certificate authority can reverse that. Escrow is the mechanism that prevents it, it only works if it exists at issuance, and Google Workspace and Microsoft 365 answer the same question in opposite directions by default.

    Two product shapes cover almost every team: a certificate issued to a named person, and one issued to a mailbox that several people read. Both are listed on the Individual and Business S/MIME certificate options, and knowing which shape each mailbox needs makes the rest of this article concrete rather than theoretical.

    The two jobs an S/MIME certificate does, compared by what a lost private key costsOne S/MIME certificate splits into two operations. On the left, signing: the private key proves a message came from that mailbox and was not altered in transit. If that key is lost, the certificate is reissued and nothing that already happened is affected, so the cost is one support request. On the right, highlighted, encryption: mail arriving at that address is encrypted to that specific public key, and only the matching private key can open it. If that key is lost, every message ever encrypted to the mailbox stays unreadable, and no certificate authority or mail platform can recover it. A footer notes that key escrow prevents the second outcome and only works if it is arranged before the certificate is issued.One certificate, two keys, two very different bad daysS/MIME certificateSigning keyProves the sender and thatthe message was not alteredIf the key is lostReissue the certificate.Old mail is untouched.Encryption keyOpens mail sent to thisaddress, and nothing else doesIf the key is lostThe archive stays closed.Permanently.Escrow prevents the second outcome, and only if it exists before issuance
    Reissuing a signing key costs an afternoon. There is no equivalent move for an encryption key, which is why custody belongs at the start of a rollout rather than in the runbook you write afterwards.

    One certificate, two jobs, one of them recoverable

    An S/MIME certificate is used for two operations that fail in completely different ways. Signing proves a message came from that mailbox and reached the recipient unaltered; if the signing key is lost, you request a new certificate and carry on. Encryption is the other job: mail arriving at that address was encrypted to that specific public key, and only the matching private key opens it. Lose that one and the archive is closed.

    This asymmetry is the thing that makes a team deployment different from a personal one. One person losing their own key loses their own mail, which is unpleasant and self-correcting. Fifty people using company mailboxes are holding keys to correspondence the company is legally and commercially responsible for, and the person holding the key is not the person who owns the data.

    There is a design consequence hiding in that split. Escrowing an encryption key protects company data. Escrowing a signing key means somebody other than the named sender can produce that person's signature, which quietly drains the meaning out of the signature. Deployments that want both properties issue two certificates per user: an escrowed encryption key, and a signing key that never leaves the device. Issue one certificate for both jobs and you have chosen one property at the expense of the other, whether or not anyone wrote that down.

    Worth being precise about what encryption here actually covers. S/MIME protects the message body and attachments end to end under RFC 8551. Headers travel in the clear, so subject lines, sender and recipient are visible to anything that handles the message. Teams that assume a subject line is protected have been surprised more than once.

    Who should hold the private keys?

    There are two models and no third. Either the key pair is generated on the user's device and no copy exists anywhere else, or the organisation keeps a recoverable copy, which is what key escrow means. For business mail, most teams need the second, because the correspondence belongs to the company and outlasts the employment. For signing-only deployments and for contractors, the first is usually right.

    The key custody decision and where each branch leadsA decision point at certificate issuance splits into two models. The first, user-held keys, means the key pair is generated on the user's device and no copy exists anywhere else. Non-repudiation is clean, there is no central store to steal, and a lost device means the mail encrypted to that key is gone. The second model, highlighted, is escrowed keys: a recoverable copy is held by the organisation, typically encrypted to a key recovery agent in its own certificate service. Data recovery is a documented procedure, the escrow store becomes a target that needs protecting, and recovery deliberately requires two roles rather than one. A footer notes that the branch is chosen at issuance and cannot be applied to certificates that already exist.The custody decision is taken at issuanceKey pair generatedUser holds the only copy+ Signature means one person+ No central store to breach− A dead laptop closes thearchive for goodFits: signing-only, contractorsOrganisation escrows a copy+ Mail survives people leaving+ Recovery is a written process− The store is now worthattacking, so split the rolesFits: business mail that outlivesNeither branch can be taken retroactively for a certificate already issued
    Most teams discover which branch they are on during an offboarding, which is the worst possible moment to find out.

    The mechanics of escrow are more careful than "IT keeps a copy somewhere". In Active Directory Certificate Services, key archival encrypts the user's private key with a symmetric key, which is itself encrypted to the public key of a nominated Key Recovery Agent, and the result is stored in the CA database. Getting a key back needs a certificate manager to pull the record and a key recovery agent to decrypt it. Two roles, deliberately, so that one administrator acting alone cannot read anybody's mail.

    Whatever the mechanism, the same three questions decide whether an escrow arrangement is real or decorative. Who can start a recovery, and who has to approve it? How is the recovered key delivered to whoever needs it, given that emailing it defeats the point? And is the recovery logged somewhere the person whose key it is could later see? A scheme without answers to those is a copy of everyone's keys with a nice name.

    QuestionUser-held keysEscrowed keys
    Laptop dies unexpectedlyEncrypted mail is unreadableRestore the key, carry on
    Employee leavesArchive closes with the deviceArchive stays available
    What a signature provesOnly that person could have signedWeakened if the signing key is escrowed too
    New attack surfaceEach endpointThe escrow store as well
    Can be added latern/aNo, only for certificates issued afterwards

    That last row is the one people read too fast. Escrow captures the key at the moment it is created. Deciding six months into a rollout that recovery matters protects everything issued from that day forward and does nothing at all for the certificates already in the field.

    Google and Microsoft answer this differently

    The two dominant mail platforms make opposite assumptions about where a private key belongs. Google Workspace hosted S/MIME requires the private key to be uploaded to Google: the certificate and key go up together as a PKCS#12 bundle through the Gmail API, because Gmail decrypts on the server rather than in the client. Microsoft 365 never holds the key at all. It sits in the user's certificate store, and any recoverable copy has to come from infrastructure you run.

    Where the private key lives under Google Workspace hosted S/MIME compared with Microsoft 365Two columns compare where an S/MIME private key sits on each platform. Under Google Workspace hosted S/MIME, highlighted, the certificate and private key are uploaded together as a PKCS#12 bundle through the Gmail API, decryption happens on Google's servers, encrypted mail remains searchable, and a recovery path exists because the platform already holds the key. Under Microsoft 365 with Exchange Online, the private key stays in the user's own certificate store, Microsoft never holds it, encrypted message bodies are not server-searchable, and any recovery copy has to come from the organisation's own certificate service. A footer notes that the platform sets a default rather than a limit, and that either can be overridden with more work.Where the private key actually sitsGoogle Workspace, hosted S/MIMEKey uploaded to GooglePKCS#12 bundle via the Gmail APIDecryption happens server-sideEncrypted mail stays searchableRecovery path already existsGoogle is inside the boundaryMicrosoft 365, Exchange OnlineKey stays with the userLives in the client certificate storeDecryption happens on the deviceMessage bodies are not searchableRecovery is yours to buildMicrosoft never holds the keyEach platform sets a default, not a limit, overriding either costs effort
    Teams that assume their mail platform behaves like the other one are the ones who find a gap in the recovery story late. Check which column you are in before you write the policy.

    On the Google side, an administrator enables S/MIME for the domain first, then each user's certificate and key are loaded through the Gmail API's smimeInfo.insert() method, with the PKCS#12 bundle carrying the key and the signing certificate chain. Because the platform can decrypt, encrypted mail stays searchable and a recovery path exists without you building one. The cost is stated plainly in the design: Google is inside the trust boundary. Whether that is acceptable is a policy question, and it is a much better question to answer deliberately than to discover. The Google Workspace S/MIME setup walkthrough covers the click path.

    On the Microsoft side, the key stays with the user and the platform stays out of it, which is a stronger confidentiality story and a weaker recovery one. Two operational details catch teams out. Outlook on the web needs the Microsoft S/MIME browser extension force-installed through the ExtensionInstallForcelist policy in Edge or Chrome, so a user who reads mail in a browser on an unmanaged machine simply cannot open encrypted messages. And support in the new Outlook for Windows has been arriving in stages: as of August 2026, signing and encryption work, storing recipients' S/MIME certificates in Contacts rolled out during May 2026, and coverage for shared and delegate mailboxes has been landing through the same period. If your rollout plan was written against classic Outlook, check the current state before you promise anyone a date. The Outlook S/MIME installation guide covers the per-user side.

    Neither platform is imposing a limit here, only a default. You can run user-held keys on Google Workspace by skipping hosted S/MIME and doing client-side S/MIME instead, and you can build escrow on Microsoft 365 with your own certificate service. Both overrides cost real effort, which is why the default usually wins and why it is worth knowing which default you inherited.

    What about info@ and billing@?

    A shared mailbox has no individual to validate, so it needs a certificate issued against the mailbox rather than a person. Under the CA/Browser Forum's S/MIME Baseline Requirements that is a mailbox-validated or organization-validated certificate, and its private key then has to reach everyone who reads that address. Shared keys are escrow by another name, so treat them that way from the start.

    Two practical rules follow. Keep the key in a controlled place rather than in four people's downloads folders, because a PKCS#12 file passed around on chat is the most common way a business key ends up somewhere nobody can account for. And accept that rotating the key when someone leaves the team protects future mail only. Everything encrypted to the old key is still encrypted to the old key, and the departing person kept whatever copy they had. If that matters for a given mailbox, shared S/MIME is the wrong tool for it.

    Which validation type each mailbox needs is a decision worth making per address rather than once for the whole company; the breakdown of mailbox, organization, sponsor and individual validation sets out what each one asserts and what it costs in paperwork.

    What happens when someone leaves?

    Three things have to happen and only one of them is obvious. Preserve the encryption key so the mailbox archive stays readable. Decide between revoking the certificate and letting it expire. Remove the key from the departing person's devices. The order matters, because standard IT offboarding wipes the laptop early, and on a machine holding the only copy of a key that step is the one that cannot be undone.

    What happens to an S/MIME key when someone leaves, with and without escrowA timeline runs from the last working day through to the mailbox archive. Four steps sit on the line: preserve the encryption key before the device is wiped, decide between revoking the certificate and letting it expire, remove the key from the departing user's devices, and record where the retained key now lives. Below the line the timeline branches. With escrow, highlighted, the archive stays readable and recovery follows a documented two-person procedure. Without escrow, the encrypted portion of the archive is closed as soon as the device is wiped, and step one is the last chance to change that.Offboarding: the order matters more than the speed1Preserve theencryption key2Revoke or letit expire3Wipe thedevice4Record wherethe key livesKey was escrowedArchive stays readableRecovery needs two rolesKey was not escrowedStep 1 is the last chanceAfter step 3, the mail is closedWiping the laptop before exporting the key is the one irreversible step
    Standard IT offboarding wipes the device early, which is exactly what makes the encryption key disappear. Moving one step ahead of another is the whole fix.

    The revoke-or-expire question is less obvious than it looks. Revocation is the right answer whenever the key may have been copied, or the departure was not amicable, and it should happen immediately in those cases. For an ordinary leaver it is worth knowing that mail clients differ in how they present a signature made before the revocation date: some show it as valid, some flag the whole message. Where policy allows, letting a certificate run to its expiry avoids re-litigating years of signed correspondence in whatever client the recipient happens to use.

    A short runbook that survives contact with a real leaving date:

    1. Export the key pair to your escrow store, or confirm it is already there, and verify the export actually opens a test message before trusting it.
    2. Decide revoke or expire, and write down why, because the next person to handle a leaver will want the precedent.
    3. Remove the certificate and key from every device and browser profile the person used, including any personal machine you allowed.
    4. Record where the retained key now lives, whose approval is needed to recover it, and when it is safe to destroy it.
    5. Stop new encrypted mail arriving at a mailbox nobody can read: either forward the address to a successor who has their own certificate, or close it.

    Step one belongs in the HR offboarding checklist rather than in a document only the security team reads. The people who wipe laptops are rarely the people who know what an S/MIME key is, and that gap is where the archives go missing.

    Renewal stops being one calendar entry

    As of August 2026, publicly trusted S/MIME certificates run for a maximum of 825 days under the Multipurpose and Strict profiles of the S/MIME Baseline Requirements. The older Legacy profile allowed 1,185 days and could no longer be issued after 15 July 2025. Buy for a whole team on one day and they all come due on one day, which turns a routine renewal into an event.

    Staggering deliberately is cheap at the start and impossible later. Issue in a few batches, or accept a single renewal weekend and staff it. What you cannot do is spread the work afterwards, because certificate validity runs from issuance and nothing shortens it retroactively except reissuing early and paying twice.

    Two details bite at renewal specifically. Identity vetting can be reused for up to 825 days, so returning customers rarely resubmit documents, while proof of mailbox control expires after 30 days, which is why the paperwork feels remembered and the confirmation click never is. And a renewed certificate carries a new key pair that cannot read anything encrypted to the old one, so the old key has to be kept rather than replaced. The S/MIME renewal walkthrough covers that export step in detail, and at team scale it is the step most worth automating or at least templating.

    When a team should not use S/MIME

    S/MIME is the wrong tool when the requirement is that people outside the company read protected mail without setting anything up. Microsoft Purview Message Encryption is policy-based, runs on Azure Rights Management, needs no certificates on either end, and lets a recipient on Gmail, Yahoo or Outlook.com open a protected message directly. S/MIME earns its place when you need certificate-based sender identity, a signature that stands on its own, or encryption the mail platform itself cannot read.

    The honest version of the comparison is that they solve different problems and plenty of organisations run both. Ad-hoc confidential mail to a customer who has never heard of a certificate is a Purview job. Recurring correspondence with a partner who also runs S/MIME, signed statements that need to verify years later, and any requirement written as "end-to-end" point the other way. A third pattern exists too: gateway encryption, where an appliance signs and encrypts on the way out, which keeps keys off endpoints entirely and gives up genuine end-to-end protection in exchange.

    If the driver is a compliance clause rather than a threat model, read the clause closely before choosing. Requirements that name digital signatures or non-repudiation generally mean S/MIME or something like it. Requirements that say confidential mail must be protected in transit are usually satisfied more cheaply. Teams also weighing PGP will find the S/MIME and PGP comparison covers the trust-model difference that decides most of it.

    A rollout order that avoids the costly mistakes

    Most failed S/MIME rollouts are correctly executed in the wrong order. Certificates get bought first because that is the step with a price on it, and the custody model gets settled later, after it can no longer be applied to what was issued. Running the decisions ahead of the purchase costs nothing and removes the two failure modes that are expensive.

    1. Settle custody. Escrow or user-held, and whether signing and encryption keys are separated. Everything else follows from this.
    2. Inventory mailboxes, not people. Individual addresses, shared addresses, and anything automated that sends mail. Each shared address counts once and needs its own handling.
    3. Pick a validation type per class of mailbox rather than one for the whole company.
    4. Pilot with three mailboxes, including one shared one and one person who reads mail on a phone. Phones and browsers are where rollouts stall.
    5. Write the recovery procedure down and test it by actually recovering a pilot key. An untested escrow is a belief, not a control.
    6. Add the key-preservation step to HR offboarding, ahead of the device wipe.
    7. Then buy the rest, in staggered batches, with renewal dates already in a calendar someone owns.

    Step seven is where the S/MIME certificate options for individuals and businesses become relevant, and by then you know exactly how many of each shape you need. If you are still deciding between personal and business certificates in the first place, the S/MIME buying guide is the better starting point and this article is the sequel.

    FAQ

    Frequently Asked Questions

    Get instant answers to common questions about SSL certificates and our services.

    Still Have Questions?

    Our SSL experts are available 24/7 to help with any questions about certificates, installation, or technical issues.

    Working out how many certificates a team actually needs

    The count comes from mailboxes rather than headcount, and the split between individual and business certificates follows the validation type each address needs. Both options list what they validate and how long issuance takes, which is enough to size a rollout before committing to one.

    Compare Individual and Business S/MIME certificates