In the SSL application, the file verification method for verifying domain name ownership will have a folder starting with “.”.
For example: https://aabb.com/.well-known/pki-validation/201F4EFF6DFFA6F7CC22775AC0163C7C.txt
Since you cannot directly create a folder starting with . under Windows, I will now teach you a little method.
Step 1: As shown in the figure, open cmd and locate the directory where you need to create a folder starting with .. For example: if you need to create a folder starting with . on drive E, enter e in cmd:
Step 2: As shown in the figure, . For example: to create a folder 输入mkdir+空格+需要创建的.开头文件夹
in the E drive , you can enter: . Then press Enter. (Note: Creating .well-known is just an example. When creating, please change the directory and folder name you need to create).example
mkdir .well-known
Method 2: Download the .well-known file and replace the txt with your own verification information