User:Mhavela: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
= ACF = | = ACF = | ||
== OpenVPN == | == OpenVPN == | ||
===Ideas=== | |||
* Handle certificates | |||
** Create new | |||
** Revoke certificates | |||
* Handle userinput authorization | |||
** Modify pw-files. | |||
** View authorization logs | |||
* Interact with CLI | |||
=== Controller === | === Controller === | ||
=== Model === | === Model === | ||
==== INPUT ==== | ==== INPUT ==== | ||
==== OUTPUT ==== | ==== OUTPUT ==== | ||
* Valid/invalid config files | |||
* Running/stopped processes | |||
** Based on list of available configs | |||
* Process information | |||
** Route (maybe not needed) | |||
** Connected peers | |||
=== View === | === View === |
Revision as of 20:07, 14 November 2007
ACF
OpenVPN
Ideas
- Handle certificates
- Create new
- Revoke certificates
- Handle userinput authorization
- Modify pw-files.
- View authorization logs
- Interact with CLI
Controller
Model
INPUT
OUTPUT
- Valid/invalid config files
- Running/stopped processes
- Based on list of available configs
- Process information
- Route (maybe not needed)
- Connected peers