feat: trocar configurações de certificado
Agora a emissão e renovação de certificado é automática.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user