mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Setup should be aware of the Let's Encrypt no random sleep flag
This commit is contained in:
parent
a349f28840
commit
fc350c75b0
@ -106,6 +106,9 @@ public class Configuration
|
||||
[Description("Enable SCIM")]
|
||||
public bool EnableScim { get; set; } = false;
|
||||
|
||||
[Description("Disable random sleep when renewing a Let's Encrypt SSL certificate.")]
|
||||
public bool LetsEncryptNoRandomSleepOnRenew { get; set; } = false;
|
||||
|
||||
[YamlIgnore]
|
||||
public string Domain
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user