Giter Club home page Giter Club logo

cert_manage's Introduction

cert_manage

证书管理系统

Total visitor Visitors in today Python3 Django


Cert_manage 是一个开源的证书管理系统,用于检测证书到期日期并提醒管理者,支持基于URL的在线检测和PEM文件离线检测,支持WEB SSL证书、APP开发者证书、APP推送证书等,使用MIT开源协议

Cert_manage 使用 Python / Django 进行开发,遵循 Web 2.0 规范

主页面

安装文档

安装Python 3.6

参考网上其它文档

创建虚拟环境

$ python3 -m venv /opt/py3

载入虚拟环境

$ source /opt/py3/bin/activate

获取cert_mange代码

$ cd /opt/
$ git clone --depth=1 https://github.com/itnotebooks/cert_manage.git
# 如果没有安装 git 请先安装

安装依赖

$ cd /opt/cert_manage
$ pip install -r requirements/requirements.txt

修改配置文件

$ cd /opt/cert_manage
$ cp config_example.py config.py
$ vim config.py

启动 cert_manage

$ cd /opt/cert_manage
$ python run_server.py

访问

http://127.0.0.1:8080
初始用户名:admin
初始密码:admin

cert_manage's People

Contributors

ericwinn avatar mr-robot-z avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.