Skip to content

Commit 86f3c4d

Browse files
committed
fix oauth
1 parent e27a3eb commit 86f3c4d

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)