This commit is contained in:
2025-06-05 00:32:24 +08:00
parent 2611e6c946
commit 7437c56582
3 changed files with 53 additions and 221 deletions

5
apps/app2/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createCert } from '@kevisual/router/src/sign.ts';
const cert = createCert();
console.log('Private Key:', cert.key);
console.log('Certificate:', cert.cert);