Download raw body.
rpki-client: normalize nid printing
> Would it make sense to reverse this string as in "nid %d (%s)", nid, name? I guess it would. I went back and forth between the two options and ultimately preferred the name over the nid since the latter is a bit of an implementation detail. > In case OpenSSL adds an even longer long name it would trunkate the string > but still show the NID number. I think the long strings should be unambiguous, but I agree, ultimately switching simplifies debugging which is what all this is about. So I'll switch it to nid %d (%s).
rpki-client: normalize nid printing