http://www.shimakawa.org/2013/09/mac-os8021x.html
の続き、
MacのCerttool で、キーの作成、request.txtを作る。以下の様な手順。
- Open the Terminal from the /Applications/Utilities folder.
- Type
/usr/bin/certtool r ~/Desktop/request.txt
- When prompted Enter key…, type myrequest
- When prompted Select key algorithm…, type r
- When prompted Enter key size…, type 1024
- When prompted OK (y/anthing), type y
- When prompted Enter cert/key usage…, type b
- When prompted Select signature…, type s
- When prompted OK (y/anything), type y
- When prompted Enter challenge string…, type password (literally, the string "password")
- When prompted Common Name…, type your_name
- When prompted Country…, type US or whatever is appropriate
- When prompted Organization…, type Microsoft
- When prompted Organizational Unit…, type MacBU or whatever is appropriate
- When prompted State/Province…, type California or whatever is appropriate
- When prompted Email addresss…, type whatever is appropriate
- When prompted Is this OK…, type y
- A file should be created at this point on your desktop called request.txt, though the extension will probably be hidden.
- Verify that the file generate is correct by typing
cat ~/Desktop/request.txt
- You should see text like
----BEGIN CERTIFICATE REQUEST-----
and----END CERTIFICATE REQUEST-----
- Copy this request.txt file from your Desktop onto your Windows machine.
このキーを使って、認証ファイルを作る。.p7bファイル。さらに、それから、.cerファイルを作る。
キーチェインに、p7bファイルを読み込ませる。
Iphone構成ユーティリティで証明書の作成、WIFIの設定と、資格情報を追加。この際、.cerファイルを読み込ませる。
証明書を書き出して、書き出した証明書を[Ctrl]+クリックで、システムに読み込ませる。
認証のダイアログで、ユーザー名と、パスワード。ユーザー名はドメイン名不要。