{{#if (eq 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 section "crl")}}

Certificate Revocation List (CRL) config

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

{{/if}} {{message-error model=config}}
{{#each (get config (concat section "Attrs")) as |attr|}} {{form-field attr=attr model=config data-test-field=attr.name}} {{/each}}