Windows-Server-2008

嘗試在 IIS7 中完成證書請求時出現 ASN1 錯誤標記錯誤

  • August 24, 2012

我有一個要在 IIS 7.0 上安裝的多域證書。

當我使用 IIS 管理器完成證書請求時,我收到錯誤消息:

執行此操作時出錯。細節:

CertEnroll::CX509Enrollment::p_InstallResponse: 符合 ASN1 錯誤標籤值。0x8009310b (ASN: 267)

我發現的一種可能的解決方案是執行 certutil(在通過 certmgr.msc 導入證書之後):

certutil -repairstore 我的“證書指紋”

但這給了我錯誤:

CertUtil: -repairstore command FAILED: 0x80090011 (-2146893807)
CertUtil: Object was not found.

在將新證書轉換為 pfx 文件後,我還嘗試將新證書導入 IIS7。IIS 接受它,但我無法綁定它。

我嘗試綁定它時得到的錯誤是:

執行此操作時出錯。

詳細資訊:指定的登錄會話不存在。它可能已經被終止。

任何幫助表示讚賞。

我最終只是獲得了一個新證書。

以下是我研究的一些連結:

http://blogs.msdn.com/b/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx

http://forums.iis.net/t/1147928.aspx

引用自:https://serverfault.com/questions/420171