We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae2872 commit a1b61d1Copy full SHA for a1b61d1
src/node/util.ts
@@ -73,6 +73,7 @@ export const generateCertificate = async (hostname: string): Promise<{ cert: str
73
req_extensions = v3_req
74
75
[ v3_req ]
76
+basicConstraints = CA:true
77
extendedKeyUsage = serverAuth
78
subjectAltName = @alt_names
79
0 commit comments