Updates PEM files based on certificates stored in a LDAP server
Find a file
Emmanuel BENOîT 610cbf28f8 Configuration file reading
* An example configuration file has been added.
  * The data structure that corresponds to the configuration has been
    defined, and functions to load it have been added.
  * Logging using logrus and command line arguments that configure
    logging and set the configuration file's path have been added.
  * Opening the UNIX socket has been implemented.
2021-10-30 17:07:06 +02:00
.gitignore Configuration file reading 2021-10-30 17:07:06 +02:00
config.go Configuration file reading 2021-10-30 17:07:06 +02:00
fetch-certificates.yml.example Configuration file reading 2021-10-30 17:07:06 +02:00
go.mod Configuration file reading 2021-10-30 17:07:06 +02:00
logging.go Configuration file reading 2021-10-30 17:07:06 +02:00
main.go Configuration file reading 2021-10-30 17:07:06 +02:00
socket.go Configuration file reading 2021-10-30 17:07:06 +02:00