How to create the .well-known folder? - วิธีสร้าง Folder .well-known
Linux based servers (Ubuntu, Debian, CentOS)
1. Go to the root directory of your website 2. Create a directory called “.well-known“ 3. Inside it, create another folder called “pki-validation“ 4. Upload the TXT file inside the “pki-validation” directory 5. Open the following URL --> http://mywebsite.com/.well-known/pki-validation/fileauth.txt 6. if you did everything correctly, you should be able open TXT file and see the hash code in web browser
Windows based servers do not allow you to place a dot in a folder name, therefore you need to follow these steps:
1. Go to the C: drive 2 Create a new folder called well-known 3. Inside the well-known folder, create another folder named pki-validation 4. so far, your folders should look like this: C:\well-known\pki-validation 5. Upload the TXT file in the pki-validation folder 6. Open the IIS Manager on your server 7. Do a right click on your website and select Add Virtual Directory 8. In the Alias section write .well-known 9. Open the following URL --> http://mywebsite.com/.well-known/pki-validation/fileauth.txt 10. if you did everything correctly, you should be able open TXT file and see the hash code in web browser
Windows Server ไม่อนุญาตให้มีจุด (.) ในชื่อโฟลเดอร์ ดังนั้นคุณต้องทําตามขั้นตอนต่อไปนี้