Meteen naar de inhoud

Certificaten voor 47 dagen komen eraan. Ben je er klaar voor?

Handel nu →

Verschil tussen verschillende Public Key Infrastructures (PKI's)

PKI, de afkorting voor Public Key Infrastructure, omvat een reeks rollen, procedures en beleidsregels die nodig zijn voor het aanmaken, distribueren, beheren, gebruiken en intrekken van digitale certificaten en het beheren van openbare-sleutelversleuteling. PKI wordt gebruikt om de identiteit van een gebruiker te bevestigen door het eigendom van een privésleutel te verstrekken. Het is een betrouwbare service om te verifiëren dat een verzender of ontvanger van gegevens daadwerkelijk is wie hij of zij beweert te zijn. 

Introductie

Microsoft PKI, AWS Certificate Manager, AWS ACM Private CA, and Google Cloud Certificate Authority Service all solve the same underlying problem, issuing and managing trusted digital certificates, but they solve it in very different ways. Choosing the wrong one, or running all of them without a documented decision process, is how organizations end up with duplicated CA hierarchies, inconsistent key protection, and certificate outages nobody saw coming. This post walks through what a PKI is made of, how each of these four platforms implements it, a full side-by-side comparison across eleven categories, and a practical decision matrix and checklist for choosing (or auditing) the right fit for a given use case.

Quick Answer: What Is the Difference Between These PKI Platforms?

Public Key Infrastructure (PKI) vendors differ mainly in where CA keys live and who manages the hierarchy: Microsoft PKI (ADCS) runs on-premises with an offline Root CA, AWS Certificate Manager automates public TLS certificates, and AWS ACM Private CA and Google Cloud CAS run private CA hierarchies natively in the cloud with HSM-backed keys and built-in audit logging.

Key Takeaways

  • Microsoft PKI, AWS Certificate Manager, AWS ACM Private CA, and Google Cloud CAS solve different problems: on-premises CA control, automated public TLS, cloud-native private CA hierarchies, and GCP-integrated CA pools, respectively.
  • All four platforms converge on the same core security practices: offline or protected Root CAs, HSM-backed private keys, SHA-256-or-better hashing, and audit logging.
  • AWS has moved ACM Private CA’s HSM protection to FIPS 140-3 Level 3. NIST is sunsetting FIPS 140-2 validations to Historical status on September 21, 2026, so any Microsoft PKI or on-premises deployment still citing 140-2 needs a refresh plan.
  • Shrinking public TLS certificate validity, down to 47 days by 2029 under CA/Browser Forum Ballot SC-081v3, makes automation-friendly platforms like ACM and cloud-native CAS increasingly important even for organizations that started with Microsoft PKI.
  • The right choice is rarely a single platform. Most enterprises run a hybrid mix and need a documented decision matrix, not an ad hoc pick, to avoid duplicated CA hierarchies and inconsistent key protection.

Waarom dit nu van belang is

DigiCert’s Trust Pulse Survey, published July 2, 2025, found that nearly half of enterprises experienced a certificate-related outage in the past year, with 37.5% of incidents tied specifically to expired certificates and 18.5% of affected organizations reporting losses exceeding $250,000. Running Microsoft PKI, AWS, and Google Cloud CA hierarchies side by side without a consistent monitoring and renewal process is exactly the kind of inconsistency that produces these outages.

De foutmarge voor handmatige handelingen neemt ook snel af. Onder CA/Browser Forum Stembiljet SC-081v3, approved April 11, 2025, publicly trusted TLS certificate validity drops from 398 days to 200 days starting March 15, 2026, then to 100 days from March 15, 2027, and to 47 days from March 15, 2029 onward. A platform choice that depends on manual issuance, common in older Microsoft PKI deployments, will not keep pace with that schedule the way AWS Certificate Manager or Google Cloud CAS automation can.

Longer term, NIST finalized its post-quantum cryptography standards, FIPS 203, 204, and 205, on August 13, 2024. Every platform compared in this post still signs certificates with RSA or ECDSA, so whichever vendor an organization standardizes on today, a crypto-agility plan for the eventual PQC transition belongs on the roadmap regardless of which CA hierarchy is in place.

Wat is Public Key Infrastructure (PKI)?

PKI, de afkorting voor Public Key Infrastructure, is a set of roles, procedures, and policies needed to create, distribute, manage, use, and revoke digital certificates and manage public-key encryption. PKI confirms the identity of a user by verifying ownership of a private key, acting as a trusted service that verifies a sender or receiver of data is exactly who they claim to be.

Wat zijn de kerncomponenten van een PKI?

PKI is built around components and procedures for managing key pairs (public and private key pairs). A typical PKI is made up of the following components:

  1. Certificeringsinstantie (CA): Een vertrouwde CA is the only entity in PKI that can issue trusted digital certificates. The CA accepts requests for certificates and verifies the information provided by applicants based on certificaatbeheer policy, then signs certificates with its private key and issues them if the information is valid.
  2. Registratieautoriteit (RA): An RA is responsible for receiving certificate signing requests for the initial enrollment or renewal of certificates from users, servers, and other applications. The RA verifies the identity of an end-entity and forwards the request to a certificate authority (CA).
  3. Publieke Sleutel: A public key can be distributed widely and does not require secure storage. Its corresponding private key can decrypt messages or data encrypted by the public key.
  4. Prive sleutel: Private keys are used by the recipient to decrypt the message or data encrypted by its corresponding public key. This establishes the ownership of the private and public key pair, ensuring the message is only read by approved parties.
  5. Root-certificeringsinstantie (Root CA): A certificate is considered valid when a trusted Root CA signs it. A Root CA is entitled to verify a person’s identity and signs the root certificate that is distributed to a user.
  6. Intermediate Certificate Authority: An Intermediate CA is also a trusted CA and is used as a chain between the Root CA and the client certificate the user enrolls for. Since the Root CA has signed and trusts the intermediate CA, certificates generated from the intermediate CA are also trusted.
  7. Hardwarebeveiligingsmodule (HSM): A Hardwarebeveiligingsmodule is not a mandatory component of a PKI, but it improves security when implemented. This device protects and manages digital keys and serves as the groundwork for building a secure ondernemings-PKI infrastructure, managing the complete lifecycle of cryptographic keys, including creation, rotation, deletion, auditing, and support for APIs om te integreren met verschillende applicaties.

How Do Major PKI Vendors Implement These Components?

Now that the core PKI components are clear, here is how four widely used platforms implement them, along with the best practices recommended for each.

Microsoft PKI

Below are a few best practices recommended for using Microsoft PKI (Active Directory Certificate Services) effectively.

  • Maak een gedetailleerd plan van uw PKI-infrastructuur vóór de implementatie.
  • Installeer ADCS niet op een domeincontroller.
  • Root CA moet zelfstandig en offline zijn.
  • Do not issue certificates to end-entities from a Root CA.
  • Schakel controlegebeurtenissen in voor zowel root- als uitgevende CA.
  • Secure the private key with an HSM (FIPS 140-3 niveau 3; FIPS 140-2 validations move to Historical status on September 21, 2026).
  • Install Enterprise CA only if your CA issues certificates for devices or users.
  • Het wordt niet aanbevolen om standaard certificaatsjablonen te gebruiken.
  • The CRL distribution point should be highly available.
  • Publish the Root CA CRL to Active Directory.
  • The hash algorithm should be at least SHA-2 (SHA-256 or higher).
  • The end-entity certificate validity period should be a maximum of two years.

AWS-certificaatbeheerder

Here are the top best practices for AWS Certificate Manager (ACM):

  • ACM certificate expiry check: ensure removal of expired SSL/TLS-certificaten managed by ACM. This eliminates the risk of deploying an invalid certificate on resources facing the front end, which can also cost credibility for the business.
  • ACM certificate validity check: ensure requests that arrive during the SSL/TLS certificate issue or renewal process are validated regularly.
  • Root Certificate Authority (CA) usage: it is always a best practice to minimize use of the Root CA. AWS recommends creating a separate account for the Root CA.
  • Transport layer protection is vital to security. Use only TLS version 1.2 or above; SSL is no longer secure.
  • When importing certificates instead of using ACM-issued certificates, ensure keys used to generate SSL/TLS private keys have high key strength to avoid a data breach.
  • Avoid wildcard domain certificates. Instead, issue a single-domain ACM certificate for each domain and subdomain with its own private key.
  • Allow imported certificates only from authenticated and trusted partners of your organization. Wildcard certificates imported into ACM raise security risk since a user might hold an unencrypted copy of the certificate’s private key.
  • Always use a Fully Qualified Domain Name (FQDN) in SSL/TLS ACM certificates.
  • To avoid misuse of generated certificates, perform frequent audits of the AWS environment for trusted certificates and validate audit reports.
  • Turn on AWS CloudTrail and CloudWatch alarms: CloudTrail logging tracks the history of AWS API calls and monitors AWS deployments, and can be integrated with applications for automated logging. CloudWatch alarms notify you when configured metrics breach thresholds.

Enterprise PKI-services

Ontvang complete end-to-end consultatieondersteuning voor al uw PKI-vereisten!

AWS ACM Private CA (ACM PCA)

Below are recommended best practices that can help you use AWS ACM Private CA more effectively.

  • AWS recommends documenting all your policies and practices for operating your CA, including CA hierarchy, architecture diagram, and CA validation period policies. This can be captured in a Certificate Policy (CP) and Certificate Practice Statement (CPS); refer to RFC 3647 for a framework for capturing this information.
  • The Root CA should, in general, only be used to issue certificates for intermediate CAs.
  • Creating a Root CA and a Subordinate CA in two different AWS accounts is a recommended best practice.
  • De CA-beheerdersrol moet gescheiden zijn van gebruikers die alleen toegang nodig hebben om certificaten voor eindentiteiten uit te geven.
  • Turn on CloudTrail logging before you create and start operating a private CA, so you can retrieve a history of AWS API calls to monitor your deployments.
  • Update the private key for your private CA periodically, either by importing a new CA certificate or replacing the private CA with a new one.
  • Permanently delete any unused private CA.
  • Use the Amazon S3 Block Public Access (BPA) feature on buckets that contain CRLs, to avoid unnecessarily exposing details of your private PKI. BPA is an S3 best practice and is enabled by default on new buckets.

Google Cloud Certificate Authority Service

This section outlines some of the best practices that help you use Google Cloud’s Certificate Authority Service (CAS) more effectively.

  • Role and access control: individuals should not be assigned more than one role at a time, and everyone holding a role should be adequately briefed on their responsibilities. To assign a diverse set of permissions, create a custom role using IAM.
  • In most cases, use the Enterprise tier to create a CA pool that issues certificates to other CAs and end-entities.
  • When creating a CA pool, carefully consider the DevOps tier, since it does not support certificate revocation.
  • Beveilig CA-ondertekeningssleutels door gebruik te maken van Cloud HSM.
  • Enable cloud audit logs to monitor access to and use of Cloud HSM signing keys.
  • Avoid importing an existing external CA with already-issued certificates into CA Service.
  • For a Root CA and Subordinate CA, use the largest key size available for that algorithm family: for RSA, the largest supported key size is 4096 bits; for ECDSA, the largest supported key size is 384 bits. Subordinate CAs with a shorter lifetime can use smaller key sizes, such as 2048 bits for RSA of 256 bits voor ECDSA. Note that Ed25519 signing keys are not supported for CA Service, and no post-quantum signing algorithm is supported for CA keys as of this writing.
  • Grant the CA Service user role only to organization members who need to use a given certificate template.

Vendor Comparison at a Glance

The table below compares all four platforms across eleven categories that matter most when choosing or auditing a PKI vendor.

#CategorieMicrosoft PKIAWS Certificaatbeheerder (ACM)AWS ACM Private CA (ACM PCA)Google Cloud Certificate Authority Service (CAS)
1Root-CARoot CA is deployed on-premises and kept offline.AWS Certificate Manager is a service for provisioning, managing, and deploying public/private SSL/TLS certificates for AWS services and connected resources.Root CA can be deployed in the AWS cloud, or the Issuing CA CSR can be signed by an external Root CA.Root CA can be deployed in Google Cloud CAS, or the Issuing CA CSR can be signed by an external Root CA.
2Certificaat sjabloonDefault certificate templates are not recommended; templates can be configured.Use AWS CloudFormation templates to issue private certificates using ACM.ACM Private CA supports four certificate template varieties: Base, CSRPassthrough, APIPassthrough, and APICSRPassthrough templates.A new certificate template can be created in each project and location in Google Cloud CAS.
3Key Algorithm and Key SizeSupports key sizes per NIST SP 800-57. Minimum key size is 2048-bit; for CAs with certificate expiration more than 15 years out, RSA must be 4096-bit or greater, or ECC keys must use the P-384 or P-521 curve.Supports 2048-bit RSA, 3072-bit RSA, 4096-bit RSA, and ECDSA P-256 and P-384.Supports RSA 2048, RSA 4096, ECDSA P-256, and ECDSA P-384 for certificates issued directly by ACM Private CA.Supports 2048-bit RSA, 3072-bit RSA, 4096-bit RSA, ECDSA P-256, and ECDSA P-384. For long-lived Root or Subordinate CAs, Google recommends the largest key size available for the chosen algorithm family. Ed25519 and post-quantum CA signing keys are not currently supported.
4Hashing-algoritmeSHA-256 or above is recommended for new deployments and existing PKI.ACM-managed certificates use RSA keys with a 2048-bit modulus and SHA-256; ACM does not currently manage ECDSA certificates.Supports SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, and SHA512WITHRSA for certificates issued directly by ACM Private CA.Supports SHA-256 and SHA-384.
5RFC-nalevingCA certificates must be X.509 v3 and conform to RFC 5280 (still the current base X.509/PKIX certificate profile) and the current CA/Browser Forum Baseline Requirements.AWS protects the infrastructure running ACM in the AWS cloud; effectiveness is tested by third-party auditors under AWS Compliance Programs.Enforces select constraints per RFC 5280, though not all constraints defined in RFC 5280 are enforced.Uses the ZLint tool to validate X.509 certificates against RFC 5280, though it does not enforce every RFC 5280 requirement.
6CRL-distributiepuntMicrosoft PKI deposits the CRL under LDAP and HTTP.Certificate revocation for ACM is handled through AWS Support; a support case must be raised.ACM Private CA automatically deposits the CRL in a designated Amazon S3 bucket.CRL publication must be explicitly enabled on a CA pool, which can be done at pool creation.
7Opslag van privésleutelsIt is recommended to store private keys in a FIPS 140-3 Level 3 compliant HSM (FIPS 140-2 validations move to Historical status on September 21, 2026).ACM stores the certificate and its corresponding private key, using AWS Key Management Service (KMS) to help protect the private key.By default, private keys for private CAs are stored in AWS-managed HSMs that comply with FIPS PUB 140-3 Level 3 Security Requirements for Cryptographic Modules.CA keys are stored in Cloud HSM, FIPS 140-2 Level 3 validated, available across the Americas, Europe, and Asia Pacific.
8AuditrapportenAuditing can be enabled on a CA in Windows Server to provide an audit log for all certificate services management tasks.ACM is integrated with AWS CloudTrail, which records actions taken by a user, role, or AWS service and is enabled by default.Audit reports list all certificates that ACM Private CA has issued or revoked, saved to a new or existing S3 bucket.Cloud Audit Logs cover Admin Activity, Data Access, System Event, and Policy Denied audit logs for each project, folder, and organization.
9Best Practices (High Level)Plan before deployment, keep the Root CA offline, avoid issuing end-entity certificates from the Root CA, enable auditing, and secure keys with a FIPS 140-3 Level 3 HSM.Check certificate expiry and validity regularly, minimize Root CA use, and enforce TLS 1.2 or above.Document CA structure and policies, minimize Root CA use, separate administrator and issuer roles, enable CloudTrail, and rotate CA private keys periodically.Apply least-privilege role assignment, use the Enterprise tier for multi-CA pools, secure signing keys with Cloud HSM, and enable audit logging.
10CA-hiërarchieHierarchical PKI deployments typically use one-tier, two-tier, or three-tier hierarchies.ACM provisions, manages, and deploys certificates for AWS services and connected resources rather than operating its own CA hierarchy.Supports designing a hierarchy of certificate authorities with up to five levels.When a subordinate CA chains to an external Root CA, properties in the CSR generated by CAS must be preserved in the signed CA certificate, including any path length restriction.
11Redundantie en herstel na een rampRedundancy and disaster recovery plans should be built into the design and implementation planning phase of a PKI deployment.ACM itself has no dedicated SLA, though the ACM Private Certificate Authority managed service does.Available in multiple AWS Regions for redundant CAs, operating under an SLA target of 99.9% availability.Available in multiple Google Cloud regions for redundancy, operating under an SLA target of 99.9% availability.

Pros and Cons by Platform

Microsoft PKI (ADCS)

Voors: full control over the CA hierarchy and policy, tight Active Directory integration, no recurring cloud service fees for the CA itself, well-understood by most enterprise Windows admins.

nadelen: requires in-house HSM procurement and offline Root CA ceremonies, manual certificate lifecycle processes unless automation is added separately, and the operational burden falls entirely on internal staff.

AWS Certificaatbeheerder (ACM)

Voors: free public TLS certificates for use with integrated AWS services, automatic renewal, minimal operational overhead, tight CloudTrail integration for audit visibility.

nadelen: limited to AWS-integrated resources and public/imported certificates, no native private CA hierarchy of its own, and no dedicated SLA on the free public-certificate service.

AWS ACM Private CA

Voors: fully managed private CA hierarchy up to five levels deep, FIPS 140-3 Level 3 HSM-backed keys by default, native CloudTrail auditing, 99.9% SLA.

nadelen: ongoing per-CA and per-certificate costs, AWS-centric, and does not enforce every RFC 5280 constraint automatically.

Google Cloud Certificate Authority Service

Voors: flexible Enterprise and DevOps tiers, Cloud HSM-backed signing keys, granular IAM-based role assignment, strong fit for GCP-centric infrastructure.

nadelen: the DevOps tier does not support certificate revocation, CRL publication must be explicitly enabled, and it does not enforce every RFC 5280 requirement.

Choosing the Right PKI: Decision Matrix

Use CaseBeveiligingsimpactOperationele inspanningAutomatisering FitAanbevolen eigenaar
Public-facing website/app TLS certificates on AWS infrastructureMedium — public trust chain, short validity windowsLow, once configuredHigh — AWS Certificate Manager auto-renewsPlatform/DevOps Teams
Fully offline, air-gapped internal Root CA for regulatory or high-assurance requirementsHigh — root of trust for the entire internal PKIHigh — manual ceremonies, HSM managementLow by design (intentionally offline)PKI Administrators, Security Architects
Private CA hierarchy fully hosted in AWS for internal services and device identityHigh — protects internal service-to-service trustMedium — managed HSM, but policy and hierarchy design still requiredHigh — AWS ACM Private CA automation and CloudTrailPKI Administrators, Platform Teams
Multi-cloud or GCP-centric infrastructure needing CA pools per projectHigh — governs trust across GCP projectsMedium — IAM role design and CA pool tieringHigh — Google Cloud CAS with Cloud HSMPlatform Teams, Security Architects
Hybrid on-premises plus multi-cloud PKI needing a single governance layerHigh — spans every platform aboveMedium, when using a managed layer; high if self-integratedHigh with a managed PKI-as-a-Service and certificate lifecycle management layerCISOs, Security Architects, Compliance

Practical Checklist: Auditing a Multi-Vendor PKI

IssueBusiness ImpactAangeraden actieEigenaar
No documented decision process for which platform issues which certificatesDuplicated CA hierarchies, inconsistent key protection across teamsAdopt a documented decision matrix (use case, security impact, effort, automation fit, owner) before provisioning a new CASecurity Architects, CISOs
Any CA hierarchy still relying on FIPS 140-2 validated HSMsValidations move to Historical status September 21, 2026Plan a migration to FIPS 140-3 Level 3 validated HSMs where the platform supports itPKI Administrators, Compliance
Manual certificate issuance or renewal on any platformCannot keep pace with the CA/Browser Forum’s shrinking validity scheduleMove to platform-native automation (ACM, ACM Private CA, or Google Cloud CAS) or a managed PKI/CLM layerPlatform Teams, PKI Administrators
No consistent audit logging across Microsoft PKI, AWS, and Google Cloud CAsCompliance gaps surface only during an incident or external auditEnable and centralize CloudTrail, Cloud Audit Logs, and Windows Server auditing into one monitoring viewCompliance, Security Architects
No crypto-agility plan for the eventual PQC transitionAll four platforms still sign with RSA or ECDSA todayAdd PQC readiness assessment and crypto-agility planning to the PKI roadmapSecurity Architects, CISOs

Wie zou zich hier druk over moeten maken?

Choosing between PKI platforms is not just an architecture decision. Here is what each stakeholder should take away.

PKI-beheerders

Own day-to-day operation of whichever platform (or platforms) the organization runs. Action item: confirm every CA hierarchy in use, whether Microsoft PKI, AWS, or Google Cloud, is on a FIPS 140-3 Level 3 HSM roadmap and has automated renewal wherever the platform supports it.

Beveiligingsarchitecten

Own the decision matrix and hierarchy design across platforms. Action item: document why each existing CA hierarchy lives where it does, and flag any hierarchy that exists only because of historical inertia rather than a deliberate use-case fit.

Platformteams

Own the automation layer that keeps certificate issuance and renewal off manual processes. Action item: identify which of your AWS, Google Cloud, or Microsoft PKI certificates still require a human to click through a console rather than an automated protocol.

Compliance

Own confirming audit logging and CP/CPS documentation exist for every CA hierarchy in use. Action item: verify that FIPS validation status (140-2 vs. 140-3) is tracked per HSM and per platform, not assumed.

CISO's

Own the build-versus-buy-versus-multi-cloud decision for PKI overall. Action item: weigh the operational cost of running Microsoft PKI, AWS, and Google Cloud CAs independently against consolidating under a managed PKI-as-a-Service and certificate lifecycle management layer.

Our Take: How Encryption Consulting Supports PKI Vendor Selection

At Encryptie Consulting, we specialize in designing and migrating PKI infrastructures that align with an organization’s unique security needs, regardless of which platform, or combination of platforms, is the right fit. We provide comprehensive PKI-ontwerp- en implementatiediensten for both existing and new PKI infrastructures. Our on-premises solutions include Microsoft PKI, while our cloud-based PKI solutions work across leading cloud service providers including AWS Certificate Manager, AWS ACM Private CA, Azure PKI, and Google Cloud Certificate Authority Service.

For organizations that would rather not manage this decision, or the resulting hierarchy, entirely in-house, our PKI-as-a-Service platform runs a fully managed, cloud-based PKI with FIPS 140-3 HSM-backed keys from day one, so the platform comparison above becomes our team’s job rather than yours. Our CertSecure Manager layer then handles certificate lifecycle management and automated discovery across whichever mix of Microsoft PKI, AWS, and Google Cloud CAs an organization already runs, closing the manual-issuance gap called out in the checklist above. For the crypto-agility question raised earlier, our PQC Centrum van Uitmuntendheid en PQC-gereedheidsbeoordeling teams helpen bij het plannen van de uiteindelijke overstap van RSA en ECDSA, en onze CBOM Secure cryptographic discovery and inventory platform gives security architects the machine identity inventory needed to know exactly what is running on each CA hierarchy today. For a deeper look at automating certificate lifecycle management once a platform is chosen, see our related post on Hoe CLM helpt bij het beperken van veelvoorkomende SSL/TLS-aanvallen.

Verder lezen

AWS ACM Private CA User Guide

Google Cloud Certificate Authority Service

Microsoft PKI Services Certificate Policy

Conclusie

Publieke Sleutel Infrastructuur (PKI) plays a vital role in ensuring secure communication through digital certificates, with Certificate Authorities and Registration Authorities working together to authenticate entities and manage certificate lifecycles. Different vendors provide tailored PKI solutions, each with different strengths for different use cases: Microsoft PKI advocates for secure on-premises key management with offline Root CAs and HSMs, AWS Certificate Manager and ACM Private CA offer automated, cloud-native certificate management with FIPS 140-3 Level 3 HSM protection, and Google Cloud’s Certificate Authority Service emphasizes role-based access control and Cloud HSM-backed signing keys. The right answer is rarely one platform in isolation; it is a documented decision, matched to use case, security impact, operational effort, and ownership, refreshed as validity windows shrink and the industry moves toward post-quantum readiness.

Veelgestelde Vragen / FAQ

What is the main takeaway from comparing these PKI platforms?

Microsoft PKI, AWS Certificate Manager, AWS ACM Private CA, and Google Cloud CAS all issue and manage trusted digital certificates, but differ in where CA keys live, how automated issuance is, and who bears the operational burden. The right choice depends on the use case, not a single “best” platform.

Waarom is dit belangrijk voor PKI-teams binnen bedrijven?

Enterprise PKI teams increasingly run more than one of these platforms at once. Without a documented decision process, that mix produces duplicated CA hierarchies, inconsistent key protection levels, and gaps in audit logging that surface only during an incident.

What risks increase if PKI vendor selection is handled without a documented process?

Ad hoc vendor selection raises the risk of certificates issued from inconsistent HSM protection levels, CA hierarchies nobody can account for, and manual renewal processes that cannot keep pace with the CA/Browser Forum’s shrinking validity schedule.

Which teams should own the PKI vendor selection decision?

Security architects typically own the decision matrix and hierarchy design, PKI administrators own day-to-day operation of whichever platforms are chosen, platform teams own the automation layer, compliance verifies documentation and FIPS status, and the CISO owns the overall build-versus-buy-versus-multi-cloud call.

How does PKI vendor choice connect to certificate lifecycle management?

Every platform in this comparison still requires issuance, renewal, and revocation to happen reliably. Certificate lifecycle management tooling that spans Microsoft PKI, AWS, and Google Cloud is what keeps that reliable regardless of which platform issued a given certificate.

How should organizations measure whether their PKI vendor choice is working?

Track certificate-related outages and expired-certificate incidents, whether issuance and renewal are automated rather than manual, whether audit logging is centralized across platforms, and whether each CA hierarchy’s HSM protection level is current.

What should be audited or monitored regularly across a multi-vendor PKI?

Regularly review CA hierarchy documentation (CP/CPS), FIPS validation status per HSM, certificate expiry across every platform in use, and whether CloudTrail, Cloud Audit Logs, and Windows Server auditing are all actually enabled and monitored.

How does PKI vendor choice affect cloud, hybrid, or multi-CA environments?

Hybrid and multi-cloud environments often end up running Microsoft PKI on-premises alongside AWS and Google Cloud CAs, each with its own console, automation model, and audit trail. A single governance layer or managed PKI/CLM platform is usually what keeps that mix consistent rather than fragmented.

What common mistakes should teams avoid when choosing between these platforms?

Common mistakes include picking a platform based on which cloud the rest of the workload runs on rather than the actual use case, leaving a Root CA’s FIPS validation status unchecked for years, and running parallel CA hierarchies across platforms without a documented reason for each one.

What should be refreshed quarterly for a multi-vendor PKI?

Review certificate expiry dashboards, confirm FIPS 140-3 migration progress for any HSM still on 140-2, revisit the decision matrix for any new use case added since the last review, and confirm CA/Browser Forum validity-period changes are reflected in renewal automation.