9

ドメイン サーバーを作成しようとしていますが、オンライン証明機関を指定しようとすると、選択ボタンがグレー表示されます。証明機関と同じコンピュータを選択したいのですが、助けていただければ幸いです。

ここに画像の説明を入力

4

5 に答える 5

0

このページを参照してください: http ://social.technet.microsoft.com/Forums/en-US/winserversecurity/thread/e3e43894-30d5-4064-93d1-96d46ef3de14/

そのスレッドからの答え:

IISからの証明書は、デフォルトのV1WebServerテンプレートからのみ登録できることに注意してください。このテンプレートは、発行元のCAサーバに追加する必要があります。

于 2013-02-04T20:39:57.517 に答える
0

I had same problem and the answer "V1 WebServer template. This template must be added to your issuing CA server." did not resolve it. But, after I ran the following in command prompt:

certreq -submit -attrib “CertificateTemplate:WebServer” request.req

my request was processes and I was issued my certificate. In addition, I got Select button is worked fine.

于 2015-11-20T06:32:24.783 に答える