12 Commits (f6089bac79c0856feb46198ca5f9e3b54df0c9fe)

Author SHA1 Message Date
Jan Dittberner 01c2da507f Make loglevel configurable 2 years ago
Jan Dittberner c5c8150883 Add systemd service, support dynamic configuration
This commit provides examples for both CRL and openssl index.txt based
configurations. README.md is added to the generated Debian packages.

A systemd service unit file has been added.

The configuration file can now be specified using the -configFile
command line flag.
2 years ago
Jan Dittberner 77b1ba4162 Change module name to code.cacert.org/cacert/goocsp 2 years ago
Jan Dittberner c816d97888 Implement CRL based certificate database 2 years ago
Jan Dittberner e2f4082755 Move openssl specific code to opensslcertdb package 3 years ago
Jan Dittberner 8dbfc208b9 Fix golangci-lint warnings 3 years ago
Jan Dittberner a525cd0416 Start golangci-lint fixes 3 years ago
Jan Dittberner b0a16bb85c Add test, include extensions support
needed to integrate code from cfssl and golang.org/x/crypto/ocsp into
new pkg/ocsp to be able to add response extensions.
3 years ago
Jan Dittberner a8b2bec8f5 Implement golangci-lint suggestions 3 years ago
Jan Dittberner ef69cdaf26 Add license and inline documentation 3 years ago
Jan Dittberner 125bb03547 Implement graceful shutdown and reload 3 years ago
Jan Dittberner 01d8ca46c3 Initial implementation
- support multiple issuer certificates
- support separate responder keys and certificates
- support openssl index.txt format certificate databases
3 years ago