การย้าย HTTP-HTTPS
Loading...
HTTPS Pro

HTTPS Pro

การสแกนโดเมนแบบด่วน

รายการตรวจสอบการย้ายระบบ

ความคืบหน้า
0%

ตัวสร้างการรีไดเรกต์ 301

Apache (.htaccess)
Nginx
IIS
PHP

ตัวสร้าง Security & CSP

ส่วนหัวความปลอดภัยพื้นฐาน

Nginx / Apache
# HSTS (Achtung: Erfordert gültiges Zertifikat)
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
add_header Permissions-Policy "geolocation=(), microphone=(), camera=()" always;

นโยบายความปลอดภัยของเนื้อหา (CSP)

Generated CSP
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';

ตัวสร้าง CSR และ CAA

ตัวสร้าง CSR (OpenSSL)

openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

เรคคอร์ด CAA (DNS)

example.com. IN CAA 0 issue "letsencrypt.org"
example.com. IN CAA 0 issuewild "letsencrypt.org"

เครื่องสแกนเนื้อหาปะปน (Mixed Content)

ตัวแปลง URL