mirror of
https://github.com/bitwarden/server.git
synced 2024-11-24 12:35:25 +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")]
|
[Description("Enable SCIM")]
|
||||||
public bool EnableScim { get; set; } = false;
|
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]
|
[YamlIgnore]
|
||||||
public string Domain
|
public string Domain
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user