อินสแตนซ์ haproxy ของฉันให้บริการ 2 โดเมน (ส่วนใหญ่เพื่อหลีกเลี่ยง XSS บนเว็บไซต์หลัก)
กฎมีลักษณะเช่นนี้
bind :443 ssl crt /etc/ssl/haproxy.pem
acl is_static hdr_end(Host) -i example.com
acl is_api hdr_end(Host) -i api.example.com
acl is_files hdr_end(Host) -i example.io
redirect scheme https if !{ ssl_fc } is_static is_api
ตอนนี้ใช้ SSL /etc/ssl/haproxy.pem
เป็นใบรับรองเริ่มต้นซึ่งเป็นใบรับรองสำหรับไม่example.com
example.io
ฉันจะระบุ certs สำหรับชื่อโดเมนหลายชื่อได้อย่างไร