dinger1986 / bitwardenrs_install_script

Install Script for BitWarden_RS for Ubuntu 20.04
GNU General Public License v3.0
42 stars 16 forks source link

Let's encrypt renewals fail #7

Closed seanvandermolen closed 3 years ago

seanvandermolen commented 3 years ago

In the version of the script I used, an include to support renewals starts @ line 65

However, the include file is not called in any of the running configs.

On Line 412 There is a setup for SSL that has a duplicate acme-challenge config however the root directory is /acme instead of /letsencrypt like the original include so renewals fail.

On this topic as a requested feature for the installer. Would be cool to setup a CRON task for let's encrypt.

dinger1986 commented 3 years ago

Let me look into this, I think I have fixed this on the install script but obviously previous scripts wont have been updated, I should release a patch for this actually.

The current script makes the cron task work as well.

dinger1986 commented 3 years ago

Fix implemented in update script https://raw.githubusercontent.com/dinger1986/bitwardenrs_install_script/master/update.sh