Created
May 18, 2013 14:53
-
-
Save kenji0x02/5604679 to your computer and use it in GitHub Desktop.
FQDN(Fully Qualified Domain Name)をしらべる。
SSL証明書を作るときは、Common NameにFQDNかDomainをちゃんと書かないといけない。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nslookup 202.72.50.10 | |
Server: 192.168.100.254 | |
Address: 192.168.100.254#53 | |
Non-authoritative answer: | |
10.50.72.202.in-addr.arpa name = www.rakuten.co.jp. | |
# www.rakuten.co.jpのところ | |
# look up A:【本辞書などで/コンピュータなど(の媒体)で】A〈情報など〉を調べる |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nsはname serverの略。