certCheckerServer

所属分类:CA认证
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2016-03-21 21:12:05
上 传 者sh-1993
说明:  证书检查器服务器,,
(certCheckerServer,,)

文件列表:
.DS_Store (6148, 2016-03-21)
Dockerfile (589, 2016-03-21)
Godeps/ (0, 2016-03-21)
Godeps/Godeps.json (2869, 2016-03-21)
handlers/ (0, 2016-03-21)
handlers/certificates.go (2281, 2016-03-21)
handlers/servers.go (1552, 2016-03-21)
hub/ (0, 2016-03-21)
hub/hub.go (1054, 2016-03-21)
libhelper/ (0, 2016-03-21)
libhelper/libhelper.go (507, 2016-03-21)
libhelper/libhelper_test.go (331, 2016-03-21)
main.go (1624, 2016-03-21)
models/ (0, 2016-03-21)
models/certificate.go (682, 2016-03-21)
models/databaseManager.go (3348, 2016-03-21)
models/databaseManager_test.go (2483, 2016-03-21)
models/server.go (131, 2016-03-21)
public/ (0, 2016-03-21)
public/.DS_Store (6148, 2016-03-21)
public/Gulpfile.js (296, 2016-03-21)
public/bower.json (572, 2016-03-21)
public/bower_components/ (0, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/ (0, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/.bower.json (636, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/Gruntfile.coffee (1573, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/LICENSE (10172, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/_config.yml (125, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/bower.json (251, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/ (0, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/css/ (0, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/css/bootstrap.css (122727, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/css/bootstrap.min.css (100028, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/fonts/ (0, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/fonts/glyphicons-halflings-regular.eot (14079, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/fonts/glyphicons-halflings-regular.svg (63157, 2016-03-21)
public/bower_components/bootstrap-theme-white-plum/dist/fonts/glyphicons-halflings-regular.ttf (29512, 2016-03-21)
... ...

##CertCheckerServer This is a real time web application server that monitors the status of certificates across a number of servers ###How to run it The application runs in a docker container - Clone this repository locally - Build the docker image ```docker build -t certchecker . ``` - Run it ```docker run -p 3000:3000 -d certchecker``` - Point your browser to ```http://localhost:3000/``` - Simulate the posting of information to the application ``` curl -X POST -H "Cache-Control: no-cache" -H "Content-Type: application/x-www-form-urlencoded" -d 'cname=cert01.com&SigningAlgorithm=sha256&issuer=godaddyafter=25-02-2018before=25-02-2014&servername=server-pc' "http://localhost:3000/certificates" ``` This should update the browser in realtime

近期下载者

相关文件


收藏者