Skip to content

Commit e663f34

Browse files
committed
fix broken auth
1 parent 3847954 commit e663f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certs/generate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (!skipCaGeneration) {
3737
countryCode: "DE",
3838
state: "some state",
3939
locality: "somewhere",
40-
validityDays: 365,
40+
validity: 365,
4141
}).then(async (ca) => {
4242
writeFileSync(
4343
caCrtPath,

0 commit comments

Comments
 (0)