summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2025-12-29 04:58:49 +0300
committerLain Iwakura <lain@lainmail.xyz>2025-12-29 04:58:49 +0300
commit27ac2d6064fee44bdb5bd13d029401c164125d24 (patch)
tree5a0c522a49158751755ebbad4f0de2c2cdd37a90
parentfeat(etc): new domain (diff)
downloadinfra-27ac2d6064fee44bdb5bd13d029401c164125d24.tar.gz
infra-27ac2d6064fee44bdb5bd13d029401c164125d24.zip
fix(etc): fix certs
-rw-r--r--etc/relayd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/relayd.conf b/etc/relayd.conf
index bd3763d..a5c4e58 100644
--- a/etc/relayd.conf
+++ b/etc/relayd.conf
@@ -11,6 +11,7 @@ http protocol https {
     match request header set "Connection" value "close"
     tcp { sack, backlog 128 }
     tls { keypair iwakura.page }
+    tls { keypair text.iwakura.page } 
     match request header "Host" value "iwakura.page" forward to <www>
     match request header "Host" value "www.iwakura.page" forward to <www>
     match request header "Host" value "text.iwakura.page" forward to <wwwtext>