We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399a87 commit bd2235aCopy full SHA for bd2235a
src/Certify.Models/CertificateAuthorities/Definitions/LetsEncrypt.cs
@@ -20,12 +20,11 @@ public static CertificateAuthority GetDefinition()
20
ProductionAPIEndpoint = "https://acme-v02.api.letsencrypt.org/directory",
21
StagingAPIEndpoint = "https://acme-staging-v02.api.letsencrypt.org/directory",
22
StatusUrl = "https://letsencrypt.status.io/",
23
- DefaultPreferredChain = "ISRG Root X1",
24
IsEnabled = true,
25
IsCustom = false,
26
SANLimit = 100,
27
StandardExpiryDays = 90,
28
- RequiresEmailAddress = true,
+ RequiresEmailAddress = false,
29
SupportsCachedValidations = true,
30
SupportedFeatures = new List<string>{
31
CertAuthoritySupportedRequests.DOMAIN_SINGLE.ToString(),
0 commit comments