update
This commit is contained in:
5
apps/app2/index.ts
Normal file
5
apps/app2/index.ts
Normal 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);
|
||||
Reference in New Issue
Block a user