tencent cloud

SSL Certificates

Release Notes
Announcements
Notice on price adjustment of DigiCert and its affiliated brands'SSL certificates​
Price Change to DigiCert SSL Certificates
TrustAsia Root Certificate Update
Domain Validation Policy Update
SSL Certificate Service Console
Multi-Year SSL Certificate and Automatic Review
Notice on Stopping the Issuance of 2-Year SSL Certificates by CAs Starting from September 1, 2020
Announcement on Stop Using the Symantec SSL Certificate Name After 30 April 2020
Notice on Certificate Revocation Due to Private Key Compromises
Notice on Application Limits for DV SSL Certificates
Notice on Adjustment of Free SSL Certificates Policy
Let's Encrypt Root Certificate Expired on September 30, 2021
Product Introduction
Overview
Introduction to Tencent Cloud SSL Certificates
Strengths
Advantages of HTTPS
Browser Compatibility Test Report
Multi-Year SSL Certificate and Automatic Review Overview
SSL Certificate Security
Purchase Guide
Pricing
SSL Certificate Purchase Process
SSL Certificate Selection
Paid SSL Certificates Renewal
SSL Certificate Renewal Process
SSL Certificate Refund Process
Getting Started
Certificate Application
Information Submission Process for Paid SSL Certificates
Domain Ownership Validation
Domain Validation Method Selection
Automatic DNS Addition
DNS Validation
File Validation
Automatic DNS Validation
Automatic File Validation
Validation Result Troubleshooting Guide
Operation Guide
Domain Ownership Verification
Uploading Certificates
Secured Seal
CSR Management
Certificate Installation
Installing an SSL Certificate on a Tencent Cloud Service
Installation of International Standard Certificates
Selecting an Installation Type for an SSL Certificate
Certificate Management
Instructions on SSL Certificate Auto-Renewal
Certificate Hosting
Uploading (Hosting) an SSL Certificate
Reminding Reviewers to Review an SSL Certificate Application
Revoking an SSL Certificate
Deleting an SSL Certificate
Reissuing an SSL Certificate
Ignoring SSL Certificate Notifications
Customizing SSL Certificate Expiration Notifications
API Documentation
History
Introduction
API Category
Making API Requests
Certificate APIs
Certificate Renewal (Certificate ID Unchanged) APIs
CSR APIs
Data Types
Error Codes
Use Cases
Automatic Solution for Implementing and Issuing Multi-Year Certificates and Binding Resources
Apple ATS Server Configuration
Quickly Applying for a Free SSL Certificate via DNSPod
Enabling Tencent Cloud DDNS and Installing Free Certificates for Synology NAS
Batch Applying for and Downloading Free Certificates Using Python-based API Calls
Profile Management
Adding Organization Profile
Adding Administrator
Adding Domain
Troubleshooting
Domain Validation Failed
Domain Security Review Failed
Website Inaccessible After an SSL Certificate is Deployed
404 Error After the SSL Certificate is Deployed on IIS
“Your Connection is Not Secure” is Displayed After the SSL Certificate is Installed
Message Indicating Parsing Failure Is Displayed When a Certificate Is Uploaded
Automatic DNS Validation Failed for a Domain Hosted with www.west.cn
Host Name Field Cannot Be Edited in IIS Manager When Type Is Set to https
Message Indicating Intermediate Certificates Missing in Chain Is Displayed When a Free SSL Certificate Is Deployed on IIS
FAQs
SSL Certificate Selection
SSL Certificate Application
SSL Certificate Management
SSL Certificate Installation
SSL Certificate Region
SSL Certificate Review
SSL Certificate Taking Effect
SSL Certificate Billing and Purchase
SSL Certificate Validity Period
Related Agreement
SSL Service Level Agreement
Contact Us
Glossary

Domain Ownership Verification

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2024-03-06 17:31:47


Overview

This document describes how to verify your ownership of a domain name after you apply for a DV certificate.
Note:
Complete verification as soon as possible. The CA will reject your certificate application if you fail to complete or pass verification within 3 days.
After passing verification, download the certificate from Certificate Management and install it.
Domain name ownership can be verified by using the following methods:
Verification Method
Use Case
Manual DNS verification
This method is for domain names that are hosted with any platform.
File verification
This method is for scenarios where there are limitations in using automatic DNS validation and manual DNS validation.(The process is complicated and requires a certain foundation for creating a site.)

Prerequisites

For manual DNS verification, you need to first complete the application for a DV certificate.
For file verification, you need to obtain the username and password for logging into the server.

Directions

Manual DNS verification

Note:
The following operations apply only to domains hosted with Tencent Cloud DNSPod DNS. For domains hosted with other providers, please go to the corresponding DNS hosting provider for DNS resolution.
2. On the Certificate List page, click the ID of the DV certificate of which you want to view the details to enter the Certificate Details page, as shown in the fo
llowing f
igure.


3. Add the DNS record.
If your domain (for example, www.tencent.com) is hosted with Tencent Cloud DNSPod DNS:
3.1.1 Go to the Certificate Details page to obtain the host record and record value.
3.1.2 Log in to the DNSPod Console to view the domain name for which a certificate has been applied, and then click DNS on the Operation column to go to the Record Management page.
3.1.3 Click Add Record and set a record type.
If your domain is hosted with other providers, go to the Certificate Details page to obtain the host record and record value, and then go to the corresponding DNS hosting provider to add a DNS record.
4. After the record is added, the system periodically checks for the record value. If the record value is detected and matches the specified value, the domain ownership verification will be completed, as shown in the following figure:
Note:
DNS usually takes effect within 10 minutes to 24 hours. The actual time depends on the ISP refresh time.




File verification

2. On the Certificate List page, click the ID of the DV certificate of which you want to view the details to enter the Certificate Details page, as shown in the following figure.


3. Log in to the server and make sure that the domain name points to the server.
Note:
If your domain is hosted with Tencent Cloud DNSPod DN, point the domain name to your server.
4. Create the specified file in the website root directory, including the file directory, name, and content.
Note:
The website root directory refers to the folder where you store the website programs on the server. Its name may be wwwroot, htdocs, public_html, or webroot.Use the filename and file content displayed on the Certificate Details page after the domain ownership is verified.
Example The root directory of your website is C:/inetpub/wwwroot. You can create a file as shown in the following table in the wwwroot folder.
File Directory
File Name
File Content
/.well-known/pki-validation
fileauth.txt
2019080603......ep939jlu32alzeo
Note On Windows, you need to create a file and folder that begin with a dot by running commands. For example, to create a .well-known folder, open a command prompt window and execute the command mkdir .well-known to create it. See the following figure.


5. Open a browser and access the corresponding URL based on the type of the domain name to be verified. URL format: http://Domain name/File directory/File name or https://Domain name/File directory/File name Access the URL to obtain the file content, for example, 2019080603......ep939jlu32alzeo.
If the domain name for file verification is example.tencent.com, access the URL http://example.tencent.com/.well-known/pki-validation/fileauth.txt or https://example.tencent.com/.well-known/pki-validation/fileauth.txt for verification.
Note: For second-level domains prefixed with www, for example, www.tencent.com, perform the following 2 steps:
First, perform file verification for the second-level domain name.
Second, perform file verification for the primary domain name tencent.com (you do not need to reapply for a certificate). Verify the domain name according to the method specified in URL format and ensure that the file content is consistent.
If the domain name for file verification is a wildcard domain name *.tencent.com, access the URL http://tencent.com/.well-known/pki-validation/fileauth.txt or https://tencent.com/.well-known/pki-validation/fileauth.txt for verification.
Note:
Both HTTP and HTTPS are supported, and either can be accessed.
File verification does not support any redirect. Instead, it directly returns status code 200 and file content.
6. Wait for the CA's review. After the certificate is issued, the file and directory can be cleared.
Note:
If any problems occur during this process, please contact us.

Ajuda e Suporte

Esta página foi útil?

comentários