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"