Skip to content

Commit 940e012

Browse files
DNS: update NameSilo propagation delay
1 parent 1d38712 commit 940e012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Certify.Shared.Extensions/Providers/DnsProviderPoshACME.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,9 +888,9 @@ public List<ChallengeProviderDefinition> GetProviders(Type pluginType)
888888
{
889889
Id = "DNS01.API.PoshACME.NameSilo",
890890
Title = "NameSilo DNS API (using Posh-ACME)",
891-
Description = "Validates via NameSilo DNS API using API key.",
891+
Description = "Validates via NameSilo DNS API using API key. Note that NameSilo requires a large (15min) propagation delay.",
892892
HelpUrl = "https://poshac.me/docs/latest/Plugins/NameSilo/",
893-
PropagationDelaySeconds = DefaultPropagationDelay,
893+
PropagationDelaySeconds = 900,
894894
ProviderParameters = new List<ProviderParameter>
895895
{
896896
new ProviderParameter { Key = "NameSiloApiKey", Name = "API Key", IsRequired = true, IsCredential = true, ExtendedConfig = _paramIsSecureStringConfig },

0 commit comments

Comments
 (0)