Annotation of embedaddon/strongswan/conf/plugins/certexpire.opt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>