From a987a0e9cbfbc1492b8889f2ab6874b8ee3b4ce5 Mon Sep 17 00:00:00 2001 From: Jochen Demmer Date: Sat, 22 Apr 2023 13:04:48 +0200 Subject: [PATCH] reverted cert and key path back --- roles/ansible_openwrtuhttpd/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ansible_openwrtuhttpd/defaults/main.yml b/roles/ansible_openwrtuhttpd/defaults/main.yml index 9380174..7f82a4b 100644 --- a/roles/ansible_openwrtuhttpd/defaults/main.yml +++ b/roles/ansible_openwrtuhttpd/defaults/main.yml @@ -22,8 +22,8 @@ openwrt_uhttpd_main_http_keepalive: "20" openwrt_uhttpd_main_tcp_keepalive: "1" openwrt_uhttpd_main_ubus_prefix: "/ubus" openwrt_uhttpd_main_redirect_https: "on" -openwrt_uhttpd_main_cert: "{{ openwrt_uhttpd_deployroot }}etc/uhttpd.crt" -openwrt_uhttpd_main_key: "{{ openwrt_uhttpd_deployroot }}etc/uhttpd.key" +openwrt_uhttpd_main_cert: "/etc/uhttpd.crt" +openwrt_uhttpd_main_key: "/etc/uhttpd.key" openwrt_uhttpd_cert_days: "730" openwrt_uhttpd_cert_key_type: "ec" openwrt_uhttpd_cert_bits: "2048"