How to create the .well-known folder?

ใช้สำหรับวางไฟล์ fileauth.txt เพื่อใช้ในการ Validation Domain Name แทนการ Validation โดยใช้อีเมล์
(สำหรับท่านทีไม่มีอีเมล์ admin@ หรือ ไม่มีระบบอีเมล์ หรือ มีปัญหาไม่ได้รับ Validation Email)


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

1. ไปที่ root directory ของ website (เช่น public_html, httpdocs)
2 สร้างโฟลเดอร์ใหม่ชื่อ well-known
3. ภายในโฟลเดอร์ well-known ให้สร้างโฟลเดอร์ชื่อ pki-validation
4. Upload ไฟล์ fileauth.txt ไว้ในโฟลเดอร์ pki-validation
5. เรียกไฟล์ fileauth.txt ผ่าน Browser --> http://mywebsite.com/.well-known/pki-validation/fileauth.txt
6. หาก Upload file ถูกต้อง จะพบ hash code ที่ทาง CA ส่งให้

----------------------------------------------------------------------------------------------------------------------------------------------------

IIS

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 ไม่อนุญาตให้มีจุด (.) ในชื่อโฟลเดอร์ ดังนั้นคุณต้องทําตามขั้นตอนต่อไปนี้

1. ไปที่ C: ไดรฟ์
2 สร้างโฟลเดอร์ใหม่ชื่อ well-known
3. ภายในโฟลเดอร์ well-known ให้สร้างโฟลเดอร์ชื่อ pki-validation
4. โฟลเดอร์ของคุณควรมีลักษณะเช่นนี้: C: \well-known\pki-validation
5. Upload ไฟล์ fileauth.txt ไว้ในโฟลเดอร์ pki-validation
6. เปิดตัวจัดการ IIS บนเซิร์ฟเวอร์ของคุณ
7. คลิกขวาที่เว็บไซต์ของคุณและเลือกเพิ่มไดเรกทอรีเสมือน (Add Virtual Directory)
8. ในส่วนนามแฝง (Alias) ให้พิมพ์ .well-known
9. เรียกไฟล์ fileauth.txt ผ่าน Browser --> http://mywebsite.com/.well-known/pki-validation/fileauth.txt
10. หาก Upload file ถูกต้อง จะพบ hash code ที่ทาง CA ส่งให้