feat: Certificate request form (#7)

* wip: first draft cert request

* feat: form for cert request

* fix: add missing fields

* add app bar

* Give alt names list more space

* add missing rules
This commit is contained in:
CybAtax 2024-11-17 22:48:38 +01:00 committed by GitHub
parent d98f60ab54
commit f870fc1ac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 196 additions and 0 deletions

View file

@ -1,5 +1,8 @@
<template>
<v-app>
<v-app-bar>
<v-app-bar-nav-icon icon="mdi-home" to="/"/>
</v-app-bar>
<v-main>
<router-view />
</v-main>