Updates PEM files based on certificates stored in a LDAP server
Find a file
Emmanuel BENOîT 50624cc7f7 Updates & command execution
* Update runs have been refactored into self-contained structures.
  * Running pre-commands, handlers and post-commands has been
    implemented. While errors during pre-commands will stop updates for
    the files they correspond to, a handler failures will interrupt *all*
    updates for files that use that handler.
2021-12-04 17:21:24 +01:00
.gitignore Configuration file reading 2021-10-30 17:07:06 +02:00
buildcert.go Updates & command execution 2021-12-04 17:21:24 +01:00
config.go Configuration - Validate handlers for certificates 2021-12-04 13:22:13 +01:00
fetch-certificates.yml.example New configuration for commands/handlers to run after updates 2021-12-04 10:40:15 +01:00
go.mod LDAP connection code 2021-11-05 13:40:47 +01:00
ldap.go Minor refactoring 2021-11-06 10:05:45 +01:00
logging.go Refactoring - Renamed CLI flags structure 2021-12-04 10:51:03 +01:00
main.go Refactoring - UNIX server loop 2021-12-04 12:20:02 +01:00
socket.go Updates & command execution 2021-12-04 17:21:24 +01:00
update.go Updates & command execution 2021-12-04 17:21:24 +01:00