具有來源 CertificationAuthority 和 ID 67 的事件收集規則

Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.67 (Rule)

在發行下一個 CRL 之前,憑證服務不會發佈憑證撤銷清單 (CRL)。

Knowledge Base article:

摘要

憑證授權單位 (CA) 和公開金鑰基礎結構 (PKI) 最重要的安全功能之一是向用戶端提供用於判定是否應該信任某個憑證的資訊。對管理員而言,這意謂著需要立即撤銷未達到其排定到期日期的未受信任憑證,並在憑證撤銷清單 (CRL) 上發佈此資訊。監視並解決與 CRL 發行和可用性相關的問題是 PKI 安全性的一個重要層面。

解決方式

在下一個 CRL 產生之前啟用 CRL 發行

修正 CRL 發佈點問題

若要檢閱並修正 CRL 發佈點位址資訊的問題:

若要從命令列判斷所設定的 CRL 發佈點:

確認 Active Directory CRL 發佈點權限

若要確認 Active Directory CRL 發佈點權限:

確認網路連線

若要判斷 CA 與網域控制站之間是否存在網路連線問題:

回覆自 IP_address: 位元組=32 時間=3ms TTL=59

回覆自 IP_address: 位元組=32 時間=20ms TTL=59

回覆自 IP_address: 位元組=32 時間=3ms TTL=59

回覆自 IP_address: 位元組=32 時間=6ms TTL=59 

其他

若要確認憑證撤銷清單 (CRL) 發佈正確運作,請對最近發行的終端實體 (使用者或電腦) 憑證執行下列程序:

將 <cert.cer> 取代為您透過 [憑證匯出精靈] 匯出憑證所建立之憑證檔案的名稱。

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
CategoryEventCollection
EnabledTrue
Event_ID67
Event SourceMicrosoft-Windows-CertificationAuthority
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToCertSvcEvents WriteAction Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.67" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.2016" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">67</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-CertificationAuthority</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToCertSvcEvents" TypeID="Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher"/>
</WriteActions>
</Rule>