Skip to content

Commit 55c01d5

Browse files
committed
Update CertificateManager.cs
1 parent b319597 commit 55c01d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/CertificateGeneration/CertificateManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ internal abstract class CertificateManager
3535

3636
// wildcard DNS names
3737
private const string LocalhostWildcardHttpsDnsName = "*.dev.localhost";
38-
private const string InternalWildcardHttpsDnsName = "*.internal";
38+
private const string InternalWildcardHttpsDnsName = "*.dev.internal";
3939

4040
// main cert subject
4141
private const string LocalhostHttpsDnsName = "localhost";

0 commit comments

Comments
 (0)