Skip to content

稀奇古怪的知识

Menu

Search

Author: Sea

未分类

HomeAssistant开启ssl

Written by Sea on 13 3 月, 20236 12 月, 2023.

编辑配置文件目录中的 configuration.yaml 尾部添加:

http:
ssl_certificate: uhttpd.crt
ssl_key: uhttpd.key

上传 crt 和key文件至该目录后重启

Read the article HomeAssistant开启ssl
OpenWrt

IPTV 重拨后更新udpxy

Written by Sea on 13 3 月, 2023.

新建 /etc/hotplug.d/iface/100-udpxyrestart.sh

!/bin/sh

[ “$ACTION” = ifup ] && [ “$INTERFACE” = iptv ] && /etc/init.d/udpxy restart

Read the article IPTV 重拨后更新udpxy
OpenWrt

ttyd 开启SSL

Written by Sea on 13 3 月, 202313 3 月, 2023.

编辑 /etc/config/ttyd

config ttyd
option interface ‘@lan’
option command ‘/bin/login’


option ssl ‘1’
option ssl_key ‘/etc/uhttpd.key’
option ssl_cert ‘/etc/uhttpd.crt’

Read the article ttyd 开启SSL

Posts navigation

  • ← Previous
  • 1
  • 2
Proudly powered by WordPress | Theme: Simone by Carolina