feat(new tool): SSL Certificate Converter

Fix #1245
Handle JKS, PEM, DER, P12 as input
Handle PEM and DER as output
This commit is contained in:
sharevb 2024-09-22 12:18:51 +02:00 committed by ShareVB
parent f5c4ab19bc
commit e62ca2295c
9 changed files with 1045 additions and 9 deletions

View file

@ -15,6 +15,7 @@ import { VitePWA } from 'vite-plugin-pwa';
import markdown from 'vite-plugin-vue-markdown';
import svgLoader from 'vite-svg-loader';
import { configDefaults } from 'vitest/config';
import { nodePolyfills } from 'vite-plugin-node-polyfills'
const baseUrl = process.env.BASE_URL ?? '/';
@ -97,6 +98,7 @@ export default defineConfig({
resolvers: [NaiveUiResolver(), IconsResolver({ prefix: 'icon' })],
}),
Unocss(),
nodePolyfills(),
],
base: baseUrl,
resolve: {