{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/harden-active-directory-certificate-services-and-templates/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
        "slug": "harden-active-directory-certificate-services-and-templates",
        "url": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/harden-active-directory-certificate-services-and-templates/"
        },
        "title": "Harden Active Directory Certificate Services before templates become privilege paths",
        "summary": "AD CS can issue credentials used for authentication, signing, and encryption. Treat certification authorities, templates, enrollment rights, web endpoints, keys, revocation, and recovery as high-value identity infrastructure.",
        "format": {
            "slug": "playbook",
            "name": "Playbook"
        },
        "priority": {
            "slug": "advisory",
            "name": "Advisory"
        },
        "featured": false,
        "image": {
            "theme": "identity-cloud",
            "label": "Identity & cloud",
            "alt": "Governed cloud identity system with connected service and lifecycle nodes.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "cybersecurity",
                "name": "Cybersecurity",
                "url": "https://update.dsesecurity.com/topic/cybersecurity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            },
            {
                "slug": "microsoft-365-identity",
                "name": "Microsoft 365 & Identity",
                "url": "https://update.dsesecurity.com/topic/microsoft-365-identity/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-08-17T12:59:00+00:00",
        "modified_at": "2026-08-17T19:22:09+00:00",
        "reviewed_on": "2026-08-17",
        "reading_minutes": 3,
        "word_count": 645,
        "potentially_affected": "Enterprise and standalone certification authorities, root and issuing CAs, certificate templates, enrollment and autoenrollment, CA and template ACLs, web enrollment and NDES, service accounts, private keys and HSMs, CRL and AIA publication, auditing, backup, and disaster recovery.",
        "dse_recommendation": "Inventory the PKI and every published template, identify authentication-capable and high-impact paths, restrict administration and enrollment, remove unsafe web or relay exposure, protect keys, validate revocation and audit, test backup and recovery, and stage every change with certificate-impact analysis.",
        "primary_source": {
            "name": "Microsoft Learn: PKI design considerations using Active Directory Certificate Services",
            "url": "https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts: AD CS is identity and cryptographic infrastructure</h2>\n<p>Microsoft’s <a href=\"https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations\" target=\"_blank\" rel=\"noopener noreferrer\">AD CS PKI design guidance</a> calls for deliberate decisions about CA hierarchy, request approval, cryptography, names, validity, database, revocation, and Authority Information Access and Certificate Revocation List distribution points. It describes hardware security modules as a way to provide a protected hardware store for CA keys where the design calls for one.</p>\n<p>Microsoft’s <a href=\"https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/manage-certificate-templates\" target=\"_blank\" rel=\"noopener noreferrer\">certificate-template management documentation</a> explains that templates are stored in Active Directory, can be published to enterprise CAs, and include permissions and configuration that control enrollment and certificate purpose. Changes and deletion can affect all enterprise CAs or future issuance, which makes casual cleanup dangerous.</p>\n<p>CISA’s <a href=\"https://www.cisa.gov/sites/default/files/2025-03/Joint-Guidance-Identifying-and-Mitigating-LOTL508.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">joint guidance on living-off-the-land techniques</a> identifies AD CS among high-value Microsoft identity infrastructure that should receive appropriate hardening. None of these sources makes one checklist safe for every PKI. Certificate use, application dependencies, offline roots, cryptographic policy, legal requirements, and supported Windows versions vary; qualified PKI expertise is required.</p>\n\n<h2>DSE recommendation: treat issuance paths like privileged code</h2>\n<p>Begin with a read-only PKI map: every CA and hierarchy relationship, operating system and role service, database and key location, HSM, service account, administrative group, enrollment endpoint, template and publishing CA, CRL and AIA URL, OCSP responder, trust distribution, backup, recovery owner, and dependent application. Protect the inventory because it reveals identity infrastructure.</p>\n<ol>\n<li><strong>Identify privilege-bearing templates.</strong> Review purposes and enhanced key usages, subject and subject-alternative-name construction, requester-supplied values, manager approval, authorized signatures, enrollment and autoenrollment permissions, private-key export, validity, renewal, and which CAs publish the template. Prioritize certificates usable for authentication or powerful signing.</li>\n<li><strong>Restrict control planes.</strong> Limit who can administer CAs, templates, configuration, service accounts, HSMs, backups, and enrollment agents. Review inherited and delegated ACLs. Separate routine certificate operations from domain-wide administration where the supported design permits.</li>\n<li><strong>Reduce exposed services.</strong> Inventory web enrollment, certificate enrollment web services, policy web services, NDES, RPC, SMB, HTTP, and relay-relevant paths. Remove services not required; for required endpoints, apply current Microsoft mitigations, channel protections, segmentation, and monitoring without breaking enrollment clients.</li>\n<li><strong>Protect signing keys and availability.</strong> Verify key protection, backup custody, offline components, database backup, configuration, CA certificates, key recovery where applicable, power, time, name resolution, and revocation publication. Test restoration in an isolated authorized environment rather than assuming a file copy is sufficient.</li>\n<li><strong>Monitor issuance and change.</strong> Enable supported auditing, centralize protected logs, and review template publication, ACL changes, CA configuration, enrollment-agent activity, unusual requesters, unexpected subject names, failed issuance, revocation, and service installation. Correlate with directory and endpoint telemetry.</li>\n<li><strong>Change with certificate impact analysis.</strong> Before disabling a template, service, algorithm, endpoint, or CA, identify issued certificates, renewal behavior, autoenrollment, applications, devices, and outage consequences. Pilot replacements, preserve rollback where safe, and verify revocation and trust paths from representative clients.</li>\n</ol>\n<p>Do not publish a copied template merely because it has a safer-looking name; its effective permissions and fields matter. Do not assume an offline root protects an issuing CA or template with excessive authority. Conversely, do not revoke or remove certificates in bulk without understanding authentication, encryption, signature validation, and recovery impact.</p>\n<p>The assessment should produce ranked issuance paths, owners, approved remediation, compensating controls, and retest evidence. AD CS hardening is complete only when the organization can explain who may cause which certificate to be issued, how that action is observed, and how trust and revocation continue through failure and recovery.</p>\n<p>Stop a change if representative clients cannot build the chain, locate revocation information, renew before expiry, or use the certificate for its approved purpose. Preserve the prior template or endpoint only when the rollback is safe and authorized. A security improvement that silently breaks authentication, decryption, or signature validation needs controlled redesign—not an undocumented emergency exception.</p>\n\n<h2>Official references</h2>\n<ul>\n<li>Microsoft, <a href=\"https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations\" target=\"_blank\" rel=\"noopener noreferrer\">PKI design considerations using Active Directory Certificate Services</a>.</li>\n<li>Microsoft, <a href=\"https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/manage-certificate-templates\" target=\"_blank\" rel=\"noopener noreferrer\">Manage certificate templates in Windows Server</a>.</li>\n<li>Cybersecurity and Infrastructure Security Agency, <a href=\"https://www.cisa.gov/sites/default/files/2025-03/Joint-Guidance-Identifying-and-Mitigating-LOTL508.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Identifying and Mitigating Living Off the Land Techniques</a>.</li>\n</ul>",
        "content_text": "Source facts: AD CS is identity and cryptographic infrastructure\nMicrosoft’s AD CS PKI design guidance calls for deliberate decisions about CA hierarchy, request approval, cryptography, names, validity, database, revocation, and Authority Information Access and Certificate Revocation List distribution points. It describes hardware security modules as a way to provide a protected hardware store for CA keys where the design calls for one.\nMicrosoft’s certificate-template management documentation explains that templates are stored in Active Directory, can be published to enterprise CAs, and include permissions and configuration that control enrollment and certificate purpose. Changes and deletion can affect all enterprise CAs or future issuance, which makes casual cleanup dangerous.\nCISA’s joint guidance on living-off-the-land techniques identifies AD CS among high-value Microsoft identity infrastructure that should receive appropriate hardening. None of these sources makes one checklist safe for every PKI. Certificate use, application dependencies, offline roots, cryptographic policy, legal requirements, and supported Windows versions vary; qualified PKI expertise is required.\n\nDSE recommendation: treat issuance paths like privileged code\nBegin with a read-only PKI map: every CA and hierarchy relationship, operating system and role service, database and key location, HSM, service account, administrative group, enrollment endpoint, template and publishing CA, CRL and AIA URL, OCSP responder, trust distribution, backup, recovery owner, and dependent application. Protect the inventory because it reveals identity infrastructure.\n\nIdentify privilege-bearing templates. Review purposes and enhanced key usages, subject and subject-alternative-name construction, requester-supplied values, manager approval, authorized signatures, enrollment and autoenrollment permissions, private-key export, validity, renewal, and which CAs publish the template. Prioritize certificates usable for authentication or powerful signing.\nRestrict control planes. Limit who can administer CAs, templates, configuration, service accounts, HSMs, backups, and enrollment agents. Review inherited and delegated ACLs. Separate routine certificate operations from domain-wide administration where the supported design permits.\nReduce exposed services. Inventory web enrollment, certificate enrollment web services, policy web services, NDES, RPC, SMB, HTTP, and relay-relevant paths. Remove services not required; for required endpoints, apply current Microsoft mitigations, channel protections, segmentation, and monitoring without breaking enrollment clients.\nProtect signing keys and availability. Verify key protection, backup custody, offline components, database backup, configuration, CA certificates, key recovery where applicable, power, time, name resolution, and revocation publication. Test restoration in an isolated authorized environment rather than assuming a file copy is sufficient.\nMonitor issuance and change. Enable supported auditing, centralize protected logs, and review template publication, ACL changes, CA configuration, enrollment-agent activity, unusual requesters, unexpected subject names, failed issuance, revocation, and service installation. Correlate with directory and endpoint telemetry.\nChange with certificate impact analysis. Before disabling a template, service, algorithm, endpoint, or CA, identify issued certificates, renewal behavior, autoenrollment, applications, devices, and outage consequences. Pilot replacements, preserve rollback where safe, and verify revocation and trust paths from representative clients.\n\nDo not publish a copied template merely because it has a safer-looking name; its effective permissions and fields matter. Do not assume an offline root protects an issuing CA or template with excessive authority. Conversely, do not revoke or remove certificates in bulk without understanding authentication, encryption, signature validation, and recovery impact.\nThe assessment should produce ranked issuance paths, owners, approved remediation, compensating controls, and retest evidence. AD CS hardening is complete only when the organization can explain who may cause which certificate to be issued, how that action is observed, and how trust and revocation continue through failure and recovery.\nStop a change if representative clients cannot build the chain, locate revocation information, renew before expiry, or use the certificate for its approved purpose. Preserve the prior template or endpoint only when the rollback is safe and authorized. A security improvement that silently breaks authentication, decryption, or signature validation needs controlled redesign—not an undocumented emergency exception.\n\nOfficial references\n\nMicrosoft, PKI design considerations using Active Directory Certificate Services.\nMicrosoft, Manage certificate templates in Windows Server.\nCybersecurity and Infrastructure Security Agency, Identifying and Mitigating Living Off the Land Techniques.",
        "content_markdown": "## Source facts: AD CS is identity and cryptographic infrastructure\n\nMicrosoft’s [AD CS PKI design guidance](https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations) calls for deliberate decisions about CA hierarchy, request approval, cryptography, names, validity, database, revocation, and Authority Information Access and Certificate Revocation List distribution points. It describes hardware security modules as a way to provide a protected hardware store for CA keys where the design calls for one.\n\nMicrosoft’s [certificate-template management documentation](https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/manage-certificate-templates) explains that templates are stored in Active Directory, can be published to enterprise CAs, and include permissions and configuration that control enrollment and certificate purpose. Changes and deletion can affect all enterprise CAs or future issuance, which makes casual cleanup dangerous.\n\nCISA’s [joint guidance on living-off-the-land techniques](https://www.cisa.gov/sites/default/files/2025-03/Joint-Guidance-Identifying-and-Mitigating-LOTL508.pdf) identifies AD CS among high-value Microsoft identity infrastructure that should receive appropriate hardening. None of these sources makes one checklist safe for every PKI. Certificate use, application dependencies, offline roots, cryptographic policy, legal requirements, and supported Windows versions vary; qualified PKI expertise is required.\n\n## DSE recommendation: treat issuance paths like privileged code\n\nBegin with a read-only PKI map: every CA and hierarchy relationship, operating system and role service, database and key location, HSM, service account, administrative group, enrollment endpoint, template and publishing CA, CRL and AIA URL, OCSP responder, trust distribution, backup, recovery owner, and dependent application. Protect the inventory because it reveals identity infrastructure.\n\n- Identify privilege-bearing templates. Review purposes and enhanced key usages, subject and subject-alternative-name construction, requester-supplied values, manager approval, authorized signatures, enrollment and autoenrollment permissions, private-key export, validity, renewal, and which CAs publish the template. Prioritize certificates usable for authentication or powerful signing.\n\n- Restrict control planes. Limit who can administer CAs, templates, configuration, service accounts, HSMs, backups, and enrollment agents. Review inherited and delegated ACLs. Separate routine certificate operations from domain-wide administration where the supported design permits.\n\n- Reduce exposed services. Inventory web enrollment, certificate enrollment web services, policy web services, NDES, RPC, SMB, HTTP, and relay-relevant paths. Remove services not required; for required endpoints, apply current Microsoft mitigations, channel protections, segmentation, and monitoring without breaking enrollment clients.\n\n- Protect signing keys and availability. Verify key protection, backup custody, offline components, database backup, configuration, CA certificates, key recovery where applicable, power, time, name resolution, and revocation publication. Test restoration in an isolated authorized environment rather than assuming a file copy is sufficient.\n\n- Monitor issuance and change. Enable supported auditing, centralize protected logs, and review template publication, ACL changes, CA configuration, enrollment-agent activity, unusual requesters, unexpected subject names, failed issuance, revocation, and service installation. Correlate with directory and endpoint telemetry.\n\n- Change with certificate impact analysis. Before disabling a template, service, algorithm, endpoint, or CA, identify issued certificates, renewal behavior, autoenrollment, applications, devices, and outage consequences. Pilot replacements, preserve rollback where safe, and verify revocation and trust paths from representative clients.\n\nDo not publish a copied template merely because it has a safer-looking name; its effective permissions and fields matter. Do not assume an offline root protects an issuing CA or template with excessive authority. Conversely, do not revoke or remove certificates in bulk without understanding authentication, encryption, signature validation, and recovery impact.\n\nThe assessment should produce ranked issuance paths, owners, approved remediation, compensating controls, and retest evidence. AD CS hardening is complete only when the organization can explain who may cause which certificate to be issued, how that action is observed, and how trust and revocation continue through failure and recovery.\n\nStop a change if representative clients cannot build the chain, locate revocation information, renew before expiry, or use the certificate for its approved purpose. Preserve the prior template or endpoint only when the rollback is safe and authorized. A security improvement that silently breaks authentication, decryption, or signature validation needs controlled redesign—not an undocumented emergency exception.\n\n## Official references\n\n- Microsoft, [PKI design considerations using Active Directory Certificate Services](https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations).\n\n- Microsoft, [Manage certificate templates in Windows Server](https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/manage-certificate-templates).\n\n- Cybersecurity and Infrastructure Security Agency, [Identifying and Mitigating Living Off the Land Techniques](https://www.cisa.gov/sites/default/files/2025-03/Joint-Guidance-Identifying-and-Mitigating-LOTL508.pdf)."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
                "url": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-08-17"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Harden Active Directory Certificate Services before templates become privilege paths",
                        "item": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/#article",
                "identifier": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
                "url": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/",
                "headline": "Harden Active Directory Certificate Services before templates become privilege paths",
                "description": "AD CS can issue credentials used for authentication, signing, and encryption. Treat certification authorities, templates, enrollment rights, web…",
                "abstract": "AD CS can issue credentials used for authentication, signing, and encryption. Treat certification authorities, templates, enrollment rights, web endpoints, keys, revocation, and recovery as high-value identity infrastructure.",
                "articleBody": "Source facts: AD CS is identity and cryptographic infrastructure\nMicrosoft’s AD CS PKI design guidance calls for deliberate decisions about CA hierarchy, request approval, cryptography, names, validity, database, revocation, and Authority Information Access and Certificate Revocation List distribution points. It describes hardware security modules as a way to provide a protected hardware store for CA keys where the design calls for one.\nMicrosoft’s certificate-template management documentation explains that templates are stored in Active Directory, can be published to enterprise CAs, and include permissions and configuration that control enrollment and certificate purpose. Changes and deletion can affect all enterprise CAs or future issuance, which makes casual cleanup dangerous.\nCISA’s joint guidance on living-off-the-land techniques identifies AD CS among high-value Microsoft identity infrastructure that should receive appropriate hardening. None of these sources makes one checklist safe for every PKI. Certificate use, application dependencies, offline roots, cryptographic policy, legal requirements, and supported Windows versions vary; qualified PKI expertise is required.\n\nDSE recommendation: treat issuance paths like privileged code\nBegin with a read-only PKI map: every CA and hierarchy relationship, operating system and role service, database and key location, HSM, service account, administrative group, enrollment endpoint, template and publishing CA, CRL and AIA URL, OCSP responder, trust distribution, backup, recovery owner, and dependent application. Protect the inventory because it reveals identity infrastructure.\n\nIdentify privilege-bearing templates. Review purposes and enhanced key usages, subject and subject-alternative-name construction, requester-supplied values, manager approval, authorized signatures, enrollment and autoenrollment permissions, private-key export, validity, renewal, and which CAs publish the template. Prioritize certificates usable for authentication or powerful signing.\nRestrict control planes. Limit who can administer CAs, templates, configuration, service accounts, HSMs, backups, and enrollment agents. Review inherited and delegated ACLs. Separate routine certificate operations from domain-wide administration where the supported design permits.\nReduce exposed services. Inventory web enrollment, certificate enrollment web services, policy web services, NDES, RPC, SMB, HTTP, and relay-relevant paths. Remove services not required; for required endpoints, apply current Microsoft mitigations, channel protections, segmentation, and monitoring without breaking enrollment clients.\nProtect signing keys and availability. Verify key protection, backup custody, offline components, database backup, configuration, CA certificates, key recovery where applicable, power, time, name resolution, and revocation publication. Test restoration in an isolated authorized environment rather than assuming a file copy is sufficient.\nMonitor issuance and change. Enable supported auditing, centralize protected logs, and review template publication, ACL changes, CA configuration, enrollment-agent activity, unusual requesters, unexpected subject names, failed issuance, revocation, and service installation. Correlate with directory and endpoint telemetry.\nChange with certificate impact analysis. Before disabling a template, service, algorithm, endpoint, or CA, identify issued certificates, renewal behavior, autoenrollment, applications, devices, and outage consequences. Pilot replacements, preserve rollback where safe, and verify revocation and trust paths from representative clients.\n\nDo not publish a copied template merely because it has a safer-looking name; its effective permissions and fields matter. Do not assume an offline root protects an issuing CA or template with excessive authority. Conversely, do not revoke or remove certificates in bulk without understanding authentication, encryption, signature validation, and recovery impact.\nThe assessment should produce ranked issuance paths, owners, approved remediation, compensating controls, and retest evidence. AD CS hardening is complete only when the organization can explain who may cause which certificate to be issued, how that action is observed, and how trust and revocation continue through failure and recovery.\nStop a change if representative clients cannot build the chain, locate revocation information, renew before expiry, or use the certificate for its approved purpose. Preserve the prior template or endpoint only when the rollback is safe and authorized. A security improvement that silently breaks authentication, decryption, or signature validation needs controlled redesign—not an undocumented emergency exception.\n\nOfficial references\n\nMicrosoft, PKI design considerations using Active Directory Certificate Services.\nMicrosoft, Manage certificate templates in Windows Server.\nCybersecurity and Infrastructure Security Agency, Identifying and Mitigating Living Off the Land Techniques.",
                "datePublished": "2026-08-17T12:59:00+00:00",
                "dateModified": "2026-08-17T19:22:09+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/harden-active-directory-certificate-services-and-templates/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/identity-cloud-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Harden Active Directory Certificate Services before templates become privilege paths"
                },
                "articleSection": [
                    "Business Continuity",
                    "Cybersecurity",
                    "IT",
                    "Microsoft 365 & Identity"
                ],
                "keywords": [
                    "Business Continuity",
                    "Cybersecurity",
                    "IT",
                    "Microsoft 365 & Identity",
                    "Playbook",
                    "Advisory priority"
                ],
                "genre": "Playbook",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "Cybersecurity",
                        "url": "https://update.dsesecurity.com/topic/cybersecurity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    },
                    {
                        "@type": "Thing",
                        "name": "Microsoft 365 & Identity",
                        "url": "https://update.dsesecurity.com/topic/microsoft-365-identity/"
                    }
                ],
                "wordCount": 645,
                "timeRequired": "PT3M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "Microsoft Learn: PKI design considerations using Active Directory Certificate Services",
                    "url": "https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/pki-design-considerations"
                }
            }
        ]
    }
}