certexpire.conf 880 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. certexpire {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. csv {
  6. # Cron style string specifying CSV export times.
  7. # cron =
  8. # String to use in empty intermediate CA fields.
  9. # empty_string =
  10. # Use a fixed intermediate CA field count.
  11. # fixed_fields = yes
  12. # Force export of all trustchains we have a private key for.
  13. # force = yes
  14. # strftime(3) format string to export expiration dates as.
  15. # format = %d:%m:%Y
  16. # strftime(3) format string for the CSV file name to export local
  17. # certificates to.
  18. # local =
  19. # strftime(3) format string for the CSV file name to export remote
  20. # certificates to.
  21. # remote =
  22. # CSV field separator.
  23. # separator = ,
  24. }
  25. }