1
0
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:
David Lundgren 2022-10-21 08:50:18 -05:00
parent a349f28840
commit fc350c75b0
No known key found for this signature in database
GPG Key ID: 01F7FF1826F54D7F

View File

@ -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
{