Skip to content

simple hpkp report service with email notifications

Notifications You must be signed in to change notification settings

chestnutprog/hpkp-reports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPKP-Reports

This is a simple hkpk report endpoint that accepts the JSON data and inserts it into a MySQL database.
It can also send out an email alert.

Installation

  • clone the repository
  • create a mysql database using includes/hpkp.sql
  • copy includes/config.ini.example to include/config.ini and adjust the values
  • point your pins to the reporter e.g. report-uri="http://yourhostname/hpkp-reports/"

Note: Make sure that the reporter is installed on a different domain to avoid problems with HSTS or HPKP preventing contact to the reporting service.

Roadmap

Eventually this should also include a web ui to view the reports.

About

simple hpkp report service with email notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.4%
  • ApacheConf 1.4%
  • Batchfile 1.2%