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 b319597 commit 55c01d5Copy full SHA for 55c01d5
src/Shared/CertificateGeneration/CertificateManager.cs
@@ -35,7 +35,7 @@ internal abstract class CertificateManager
35
36
// wildcard DNS names
37
private const string LocalhostWildcardHttpsDnsName = "*.dev.localhost";
38
- private const string InternalWildcardHttpsDnsName = "*.internal";
+ private const string InternalWildcardHttpsDnsName = "*.dev.internal";
39
40
// main cert subject
41
private const string LocalhostHttpsDnsName = "localhost";
0 commit comments