command
Version:
v0.0.0-...-510dfb7
Opens a new window with list of versions in this module.
Published: Apr 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
columbus-scanner
This program is used to parse the certificates from a CT log and insert into the Columbus database.
Build
make build
Install
The columbus-scanner.sha
is signed with this key.
Download the key:
gpg --recv-key 10BC80B36072944B5678AF395D00FD9E9F2A3725
Download and verify:
wget -q 'https://github.com/elmasy-com/columbus-scanner/releases/latest/download/columbus-scanner' -O columbus-scanner && \
wget -q 'https://github.com/elmasy-com/columbus-scanner/releases/latest/download/columbus-scanner.sha' -O columbus-scanner.sha && \
wget -q 'https://raw.githubusercontent.com/elmasy-com/columbus-scanner/main/scanner.conf.example' -O scanner.conf && \
gpg --verify columbus-scanner.sha && sha512sum -c columbus-scanner.sha && rm columbus-scanner.sha && chmod +x columbus-scanner
- Place the binary somewhere
- Update and place the config file somewhere
- Update and install
columbus-scanner.service
somewhere
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.