{{#if (eq this.section "tidy")}}

You can tidy up the backend storage and/or CRL by removing certificates that have expired and are past a certain buffer period beyond their expiration time.

{{else if (eq this.section "crl")}}

Certificate Revocation List (CRL) config

Set the duration for which the generated CRL should be marked valid.

{{/if}}
{{#each (get this.config (concat this.section "Attrs")) as |attr|}} {{/each}}