You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get/generate a valid ROA file and call it good.roa
extract the EE certificate
invalidate the extracted EE certificate in some way that's not immediately detectable by RPSTIR without additional information (e.g., re-issue the same EE cert from different CA that doesn't hold the resources in the EE cert)
put the bad certificate back in the ROA and call the resulting file bad.roa
add bad.roa into the RPSTIR database
add the original good.roa into the database
add all of the relevant CA certificates
RPSTIR will print the following error message when adding good.roa:
and the query utility will report bad.roa and good.roa.cer as accepted. It should accept good.roa, not bad.roa (the two are identical, however, when you ignore the EE cert).
WIth the following sequence of events:
good.roa
bad.roa
bad.roa
into the RPSTIR databasegood.roa
into the databaseRPSTIR will print the following error message when adding
good.roa
:and the
query
utility will reportbad.roa
andgood.roa.cer
as accepted. It should acceptgood.roa
, notbad.roa
(the two are identical, however, when you ignore the EE cert).Reported by: rhansen
Original Ticket: rpstir/tickets/28
The text was updated successfully, but these errors were encountered: