We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a3eb commit 86f3c4dCopy full SHA for 86f3c4d
certs/generate.mjs
@@ -37,7 +37,7 @@ if (!skipCaGeneration) {
37
countryCode: "DE",
38
state: "some state",
39
locality: "somewhere",
40
- validityDays: 365,
+ validity: 365,
41
}).then(async (ca) => {
42
writeFileSync(
43
caCrtPath,
0 commit comments