sylvinus / archiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS Archive

This archiver expects to find a PostgreSQL database, with all the schemas in place.

TODO

  • [check] Log failures

  • [check] Log timestamp

  • [check] Display progress

  • use a proper system for configuration values

  • [begun] Write a small UI (Go ?) to display the results, per host

  • Display the results per Public Key fingerprint

Known bugs

Dockerizing it

First, build the static executable, then build the container:

CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o archiver .
sudo docker build -t tls-archiver .

About


Languages

Language:Go 95.8%Language:Makefile 4.2%