Skip to content

Commit 15f129a

Browse files
authored
fix!: remove localhost.localdomain from the certificate (#68)
1 parent 59e7d71 commit 15f129a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/certificate.ts

-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ export function createCertificate(
9191
type: 2,
9292
value: 'localhost',
9393
},
94-
{
95-
type: 2,
96-
value: 'localhost.localdomain',
97-
},
9894
{
9995
type: 2,
10096
value: '[::1]',

0 commit comments

Comments
 (0)