Skip to content

Commit 59e7d71

Browse files
authored
fix!: remove lvh.me from the certificate (#67)
1 parent fc22cfa commit 59e7d71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/certificate.ts

-8
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ export function createCertificate(
9595
type: 2,
9696
value: 'localhost.localdomain',
9797
},
98-
{
99-
type: 2,
100-
value: 'lvh.me',
101-
},
102-
{
103-
type: 2,
104-
value: '*.lvh.me',
105-
},
10698
{
10799
type: 2,
108100
value: '[::1]',

0 commit comments

Comments
 (0)