self-host
self-host copied to clipboard
Allow Let's Encrypt random sleep on renewal to be disabled
Type of change
New feature development
Objective
This allows for self-hosted Bitwarden administrators to define that certbot should not sleep randomly on renewals. This was previously reported in bitwarden/server#415, but LE has since introduced the --no-random-sleep-on-renew flag to prevent the delay.
Prior PR bitwarden/server#1766 for previous effort. Do the util/Setup/Configuration.cs code changes from this commit still need to be committed there to support this configuration option?