Hướng dẫn xác minh tên miền doanh nghiệp để sử dụng các dịch vụ Google Apps
1. Thiết lập tài khoản Google Apps
Bạn truy cập trang Google Apps for Business để tiến hành thiết lập tài khoản Google Apps với các thông tin cá nhân của mình.
Và chắc hẳn rằng, bạn sẽ sử dụng dịch vụ này cho domain của mình mặc dù Google vẫn hỗ trợ trường hợp bạn không có domain ( với dạng [email protected] mà Google cung cấp ).
![]() |
2. Xác minh domain để kích hoạt
Ngay sau khi thiết lập hoàn tất, việc đầu tiên Google yêu cầu bạn phải thực hiện xác minh bạn là chủ sở hữu domain mới cho phép sử dụng các công cụ của Google Apps.
Google cho phép bạn lựa chọn 2 phương thức xác lập thông tin:
Ở đây tôi khuyên bạn nên chọn cách cấu hình DNS vì phương pháp đơn giản và các giá trị DNS thường không thay đổi trong 1 thời gian dài. Hoặc không bạn có thể upload lên cũng không sao tùy theo nhu cầu của bạn.
3. Cấu hình DNS để xác thực domain
Tùy theo phương thức bạn chọn ở trên Google sẽ trả về một mã thích hợp.
- Ở trên tôi chọn sử dụng DNS nên Google cung cấp giá trị TXT record với định dạng sau :
google-site-verification=msvEkLAJvEDTfRKzDuugFEmS03rTfB77ShP1osVO5TM
![]() |
Ví dụ: chúng tôi thực hiện 1 số cấu hình TXT record với nhiều giá trị để mô tả cho bạn xem.
![]() |
- Ngoài ra, Google vẫn còn 1 phương thức dự phòng với giá trị CName :
![]() |
Nếu chọn cấu hình CName bạn phải chú ý thao tác cập nhật chính xác trên DNS Control Panel :
![]() |
Cuối cùng bạn chọn VERIFY để hoàn tất quá trình xác thực domain này.
4. Cấu hình Cname để sử dụng các loại dịch vụ
Chi tiết bạn nên tham khảo thông tin tổng hợp về CNAME record values theo hướng dẫn trên hệ thống Google.
Sau đây là 1 ví dụ đơn giản về các record Cname thông thường hay được cấu hình.
![]() |
hoặc chi tiết hơn ở bên dưới đây theo tài liệu Google (bản gốc tiếng Anh)
CNAME record values
When you add a CNAME record to your domain\’s DNS settings, you must enter specific values depending on what you\’re using the CNAME record for. Below are the values to use when configuring CNAME records for various uses with Google services.
You enter these values at your domain host, not in your Google Admin console. Note also that some hosts use different labels for the name and value fields.
Use case | Name/Host/Alias | TTL* | Record Type | Value/Answer/Destination |
---|---|---|---|---|
Customize a Google Site address | Your URL prefix
Example: |
3600 | CNAME | ghs.googlehosted.com. |
Customize a Google service address | Your URL prefix
Example: |
3600 | CNAME | ghs.googlehosted.com. |
Reset the administrator password | Your unique string as provided in the instructions to reset the administrator password.
This string is a 22-character string that begins with google, followed by 16 additional characters. Example: google9d97d7f266ee521d |
3600 | CNAME | google.com. |
Verify domain ownership | A unique 12-character string generated for you.
Example: 3IBW7URVCRWY |
3600 | CNAME | Your unique Google security token, provided in the Google Admin console\’s verification instructions. The token is an 86-character string beginning with “gv-“, followed by 52 additional characters, and ending with “.domainverify.googlehosted.com.” |
Verify subdomain ownership | A unique 12-character string generated for you,appended with your subdomain name.
Example: JLKDER712AFP.subdomain where subdomain is the name of your subdomain. |
3600 | CNAME | Your unique Google security token, provided in the Google Admin console\’s verification instructions. The token is an 86-character string beginning with “gv-“, followed by 52 additional characters, and ending with “.domainverify.googlehosted.com.” |
* The TTL is the number of seconds before subsequent changes to the CNAME record go into effect. Learn more
CNAME records for a specific protocol version
If your domain uses a CNAME record with a destination of ghs.googlehosted.com, then it\’s automatically accessible using both IPv4 and IPv6 (with the exception of users of DNS resolvers to which Google does not return AAAA records).
If your application requires a specific protocol version, Google also provides IPv4-only, IPv6-only and dual-stack targets unaffected by the list of DNS resolvers above. The available CNAME targets are:
- ghs.googlehosted.com: Automatic (default)
- ghs4.googlehosted.com: IPv4 only
- ghs6.googlehosted.com: IPv6 only
- ghs46.googlehosted.com: IPv4 and IPv6
Nguồn Internet
Bài viết tham khảo
Hướng dẫn xác minh tên miền doanh nghiệp để sử dụng các dịch vụ Google Apps
Nguồn:
Nhà Cung Cấp.