マイクロソフト系技術情報 Wiki」は、「Open棟梁Project」,「OSSコンソーシアム .NET開発基盤部会」によって運営されています。

目次

概要

自己署名証明書は、随分、簡単になった。

詳細

以下を参照

自己証明証明書

自己署名入り証明書は、

証明書発行要求の生成

IIS Manager

PowerShell

OpenSSL

>openssl req -out testsite.csr -key server.key -new
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:jp
State or Province Name (full name) [Some-State]:hoge
Locality Name (eg, city) []:hoge
Organization Name (eg, company) [Internet Widgits Pty Ltd]:open
Organizational Unit Name (eg, section) []:touryo
Common Name (e.g. server FQDN or YOUR name) []:(FQDN名)
Email Address []:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:

参考

証明書発行要求に応答

Chromeで、NET::ERR_CERT_COMMON_NAME_INVALIDが出る場合、
SAN(Subject Alternative Name)フィールドを含める必要がある。

証明書サービス (AD CS)

Active Directory証明書サービス (AD CS)を使用する。

OpenSSL

証明書サービス (AD CS)はサーバOSのみなので、
クライアントOSの場合は、OpenSSLを利用する。

参考

証明書

IIS Express


Tags: :インフラストラクチャ, :Windows, :IIS, :障害対応, :性能, :デバッグ


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS