이미 도메인 이름(예: example.com)을 사용하고 이 이름을 Cloud Endpoints 서비스 이름으로 사용하려면 도메인 사용 권한이 있음을 증명해야 합니다. 자체 도메인 이름이 없으면 Google이 관리하는 도메인을 사용할 수 있으며, 이러한 경우에는 소유권을 확인할 필요가 없습니다.
이 페이지에서는 Google Cloud에서 실행되는 API에 사용할 도메인 이름의 소유권을 확인하는 방법을 설명합니다.
서비스 이름 요구사항
일반적으로는 Endpoints 서비스 이름을 도메인 이름과 동일하게 구성합니다. Endpoints의 서비스 이름 요구사항은 다음과 같습니다.
도메인 이름 최대 길이는 253자(영문)입니다.
도메인 이름은 소문자로 시작해야 합니다.
점으로 구분된 도메인 이름의 각 섹션은 다음과 같은 요구사항을 충족해야 합니다.
소문자로 시작해야 합니다.
대시로 끝나서는 안 됩니다.
나머지 문자는 소문자, 숫자 또는 대시일 수 있습니다.
최대 길이는 63자입니다.
소유권 확인
도메인 이름 소유권이 확인된 사용자 계정만 Endpoints 구성을 처음에 배포할 수 있습니다. 초기 배포 후에는 사용자, 그룹 또는 서비스 계정에 더 제한적인 서비스 구성 편집자 역할을 부여할 수 있습니다. 자세한 내용은 API에 대한 액세스 권한 부여 및 취소를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eTo use your own domain name with Cloud Endpoints, you must verify your ownership of the domain through Google Search Console.\u003c/p\u003e\n"],["\u003cp\u003eThe initial deployment of an Endpoints configuration requires the user account to have verified domain ownership, after which more restrictive roles can be granted.\u003c/p\u003e\n"],["\u003cp\u003eDomain verification is done by adding a DNS record through your domain name provider, and Google Search Console guides you through this verification process.\u003c/p\u003e\n"],["\u003cp\u003eAfter verifying domain ownership, you can delegate access to subdomains to other developers within your organization, allowing them to create Endpoints APIs.\u003c/p\u003e\n"],["\u003cp\u003eDomain name verification is automatically re-confirmed every 30 days and removing it will prevent further configuration changes in Google Cloud, but will not affect existing service on that domain.\u003c/p\u003e\n"]]],[],null,["# Verifying a domain name\n\nOpenAPI \\| [gRPC](/endpoints/docs/grpc/verify-domain-name \"View this page for the Cloud Endpoints gRPC docs\")\n\n\u003cbr /\u003e\n\nIf you already own a domain name (such as `example.com`), and you want to\nuse this domain name as the name of your Cloud Endpoints service, you must\nprove that you are authorized to use the domain. If you don't have your own\ndomain name, you can use a\n[domain managed by Google](/endpoints/docs/openapi/configure-endpoints#using_a_domain_managed_by_google),\nin which case you don't have to verify ownership.\n\nThis page describes how to verify your ownership of a domain name that you want\nto use for your API running on Google Cloud.\n\nService name requirements\n-------------------------\n\nTypically, you configure your Endpoints service name to be the\nsame as your domain name. Endpoints has the following\nrequirements for the service name:\n\nVerifying ownership\n-------------------\n\nOnly the user account that has verified ownership of the domain name can\ndeploy the Endpoints configuration initially. After that first\ndeployment, you can grant the more restrictive **Service Config Editor** role to\na user, group, or service account. See\n[Granting and revoking access to the API](/endpoints/docs/openapi/control-api-access)\nfor more information.\n\nTo verify that you own the domain name:\n\n1. Go to\n [Search Console](https://search.google.com/search-console/welcome).\n\n2. Click **Domain**.\n\n3. Enter your domain name.\n\n | **Important:** Don't include protocol identifiers such as `http://` or `https://`. Enter only the domain name, such as `example.com` or a subdomain, such as `api.example.com`.\n4. Click **Continue**.\n\n5. On the **Record Type** Dropdown in the **Verify domain ownership via\n DNS record** banner, use the **Recommended methods** option if possible.\n\n6. Sign in to your Domain name provider and complete the verification process\n per the instructions. Your Domain name provide may be eligible for\n [AutoDNS](https://developers.google.com/search/blog/2019/09/auto-dns-verification).\n\n7. Follow the directions provided on **Search Console** until you complete your domain's verification.\n\n| **Important:** The domain name verification is automatically re-confirmed about every 30 days. If you remove the verification string from your DNS settings, you lose the ability to change the configuration within the Google Cloud console. However, if this happens, the serving setup for the domain doesn't change and the app continues to serve over that domain.\n\nDelegating to developers\n------------------------\n\nAfter you are verified as a domain owner in Search Console, you can optionally\ndelegate access to subdomains to developers within the organization. This allows\nthose developers to create Endpoints APIs without having to\nverify domain ownership themselves.\n\nFor more information on delegating, see\n[Managing users, owners, and permissions](https://support.google.com/webmasters/answer/2453966?ref_topic=4564315).\n\nConfiguring your domain for SSL\n-------------------------------\n\nYou might want to configure your domain for SSL. Note that some types of\n[authentication](/endpoints/docs/openapi/authenticating-users) require SSL.\n\nWhat's next\n-----------\n\n- [Serving an API from your domain name](/endpoints/docs/openapi/serving-apis-from-domains)"]]