证书管理系统
Cert_manage 是一个开源的证书管理系统,用于检测证书到期日期并提醒管理者,支持基于URL的在线检测和PEM文件离线检测,支持WEB SSL证书、APP开发者证书、APP推送证书等,使用MIT开源协议
Cert_manage 使用 Python / Django 进行开发,遵循 Web 2.0 规范
参考网上其它文档
$ python3 -m venv /opt/py3
$ source /opt/py3/bin/activate
$ 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
$ cd /opt/cert_manage
$ python run_server.py
http://127.0.0.1:8080
初始用户名:admin
初始密码:admin