About domain verification
GitHub 上のドメインを確認するには、Organization のコードオーナー権限が必要です。 詳細は「Organization の権限レベル」を参照してください。 ドメインホスティングサービスでドメインレコードを変更するためのアクセスも必要になります。
Organization のドメインの所有権を検証したあと、「検証済み」バッジが Organization のプロフィールに表示されます。 Organization が GitHub Enterprise Cloud 上にあり、企業向け利用規約に同意した場合、Organization のオーナーは、検証済みドメインにある各メンバーのメールアドレスを見て、Organization メンバーの身元を検証できるようになります。 詳細は「Organization のプロフィールページについて」および「企業利用規約にアップグレードする」を参照してください。
If your organization is owned by an enterprise account, a "Verified" badge will display on your organization's profile for any domains verified for the enterprise account, in addition to any domains verified for the organization. For more information, see "Verifying your enterprise account's domain."
To display a "Verified" badge, the website and email information shown on an organization's profile must match the verified domain or domains. Organization のプロフィールに表示されているウェブサイトとメールアドレスが異なるドメインでホストされている場合は、両方のドメインを検証する必要があります。 If the website and email address use variants of the same domain, you must verify both variants. For example, if the profile shows the website www.example.com
and the email address info@example.com
, you would need to verify both www.example.com
and example.com
.
GitHub Enterprise Cloud では、Organization のドメインの所有権を検証したあと、その Organization へのメール通知を制限することができます。 詳しい情報については「メール通知を承認済みドメインに制限する」を参照してください。
Organization のドメインを検証する
- GitHubの右上で、プロフィール画像をクリックし、続いてYour profile(あなたのプロフィール)をクリックしてください。
- プロフィールページの左側で、"Organizations"の下であなたのOrganizationのアイコンをクリックしてください。
- Organization名の下で、Settings(設定)をクリックしてください。
- 左のサイドバーで、Verified domains(検証済みドメイン)をクリックしてください。
- [Add a domain] をクリックします。
- ドメインフィールドに検証するドメインを入力し、[Add domain] をクリックします。
- ドメインホスティングサービスで DNS TXT レコードを作成するには、「DNS TXT レコードを追加する」の手順に従ってください。
- Wait for your DNS configuration to change, which may take up to 72 hours. You can confirm your DNS configuration has changed by running the
dig
command on the command line, replacingORGANIZATION
with the name of your organization andexample.com
with the domain you'd like to verify. 新しい TXT レコードがコマンド出力に表示されているはずです。$ dig _github-challenge-ORGANIZATION.example.com +nostats +nocomments +nocmd TXT
- TXT レコードが DNS に追加されたことを確認したら、組織の設定の [Verified domains] タブに移動します。 [Verified domains] タブを探すには、上記のステップ 1 〜 4 を実行します。
- To the right of the domain that's pending verification, click , then click Continue verifying.
- [Verify domain] をクリックします。
- 必要に応じて、Organization のプロフィールページに「検証済み」バッジが表示されたら、ドメインホスティングサービスの DNS レコードから TXT エントリを削除できます。