certexpire.opt 800 B

12345678910111213141516171819202122232425
  1. charon.plugins.certexpire.csv.cron
  2. Cron style string specifying CSV export times.
  3. charon.plugins.certexpire.csv.empty_string =
  4. String to use in empty intermediate CA fields.
  5. charon.plugins.certexpire.csv.fixed_fields = yes
  6. Use a fixed intermediate CA field count.
  7. charon.plugins.certexpire.csv.force = yes
  8. Force export of all trustchains we have a private key for.
  9. charon.plugins.certexpire.csv.format = %d:%m:%Y
  10. **strftime**(3) format string to export expiration dates as.
  11. charon.plugins.certexpire.csv.local
  12. **strftime**(3) format string for the CSV file name to export local
  13. certificates to.
  14. charon.plugins.certexpire.csv.remote
  15. **strftime**(3) format string for the CSV file name to export remote
  16. certificates to.
  17. charon.plugins.certexpire.csv.separator = ,
  18. CSV field separator.