I noticed that on the page
https://openxpki.readthedocs.io/en/latest/reference/configuration/workflows/enroll.html?highlight=delayed_revocation_time#revoke-on-replace
the parameter *delay_revocation_time* is correctly documented.

The documentation mixes up delayed_revocation_time vs delay_revocation_time.
The latter, delay_revocation_time works, as thats used in the sample
configs.

The page shows:

revoke_on_replace:
    reason_code: superseded
    delayed_revocation_time: +000002           <-- did not work with
my EST tests


The page should show

revoke_on_replace:
    reason_code: superseded
    delay_revocation_time: +000002         <-- works
_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to