feat: trocar configurações de certificado

Agora a emissão e renovação de certificado é automática.
This commit is contained in:
tkinaba
2026-04-09 17:31:10 -03:00
parent b84e0f6def
commit 219dcc78bd
6 changed files with 54 additions and 57 deletions
+3
View File
@@ -53,6 +53,9 @@ func (m Model) View() tea.View {
}
// App Config Stuff
case StepAppConfig:
body = m.appForm.View()
helpMsg = formMsg
case StepServerConfig:
body = m.serverForm.View()
helpMsg = formMsg