Annotation of embedaddon/strongswan/conf/plugins/certexpire.conf, revision 1.1
1.1 ! misho 1: certexpire {
! 2:
! 3: # Whether to load the plugin. Can also be an integer to increase the
! 4: # priority of this plugin.
! 5: load = yes
! 6:
! 7: csv {
! 8:
! 9: # Cron style string specifying CSV export times.
! 10: # cron =
! 11:
! 12: # String to use in empty intermediate CA fields.
! 13: # empty_string =
! 14:
! 15: # Use a fixed intermediate CA field count.
! 16: # fixed_fields = yes
! 17:
! 18: # Force export of all trustchains we have a private key for.
! 19: # force = yes
! 20:
! 21: # strftime(3) format string to export expiration dates as.
! 22: # format = %d:%m:%Y
! 23:
! 24: # strftime(3) format string for the CSV file name to export local
! 25: # certificates to.
! 26: # local =
! 27:
! 28: # strftime(3) format string for the CSV file name to export remote
! 29: # certificates to.
! 30: # remote =
! 31:
! 32: # CSV field separator.
! 33: # separator = ,
! 34:
! 35: }
! 36:
! 37: }
! 38:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>