feat: new unified data folder

This commit is contained in:
Huskydog9988
2025-05-10 16:18:28 -04:00
parent 60d22ea280
commit fc74738643
6 changed files with 37 additions and 17 deletions

View File

@ -9,9 +9,7 @@ export const useCertificateAuthority = () => {
};
export default defineNitroPlugin(async () => {
// const basePath = process.env.CLIENT_CERTIFICATES ?? "./certs";
// fs.mkdirSync(basePath, { recursive: true });
// const store = fsCertificateStore(basePath);
// const store = fsCertificateStore();
ca = await CertificateAuthority.new(dbCertificateStore());
});