Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skotopes/ovw
OpenVPN web certificate manager
https://github.com/skotopes/ovw
Last synced: about 2 months ago
JSON representation
OpenVPN web certificate manager
- Host: GitHub
- URL: https://github.com/skotopes/ovw
- Owner: skotopes
- Created: 2012-11-10T21:43:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T04:16:51.000Z (over 10 years ago)
- Last Synced: 2023-03-23T08:24:44.541Z (almost 2 years ago)
- Language: Python
- Size: 239 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WTF
WEB CA management for OpenVPN.
What it can do:
- act as Certificate Authority
- generate client or server certificates
- revoke certificates and sync revocation list with your openvpn server(s)# Wanna see how it works?
- Installing dependences: pip install -r requirements.txt
- Running web server: ./manage.py runserver
- open in your browser http://127.0.0.1:5000/# Production deploy
- Installing dependences: pip install -r requirements.txt
- Set everything you need in config_local.py
- Use your favorite app server. For example gunicorn.# CRL Syncronization
Use ssh keys if you need it. Or disable it in your local configuration file.