Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
reverted cert and key path back
Browse files Browse the repository at this point in the history
  • Loading branch information
imp1sh committed Apr 22, 2023
1 parent 167ba2e commit a987a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ansible_openwrtuhttpd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a987a0e

Please sign in to comment.