rpki 0.19.3

A library for validating and creating RPKI data.
Documentation
{
  "slurmVersion": 1,
  "validationOutputFilters": {
    "prefixFilters": [
      {
        "prefix": "192.0.2.0/24",
        "comment": "All VRPs encompassed by prefix"
      },
      {
        "asn": 64496,
        "comment": "All VRPs matching ASN"
      },
      {
        "prefix": "198.51.100.0/24",
        "asn": 64497,
        "comment": "All VRPs encompassed by prefix, matching ASN"
      }
    ],
    "bgpsecFilters": [
      {
        "asn": 64496,
        "comment": "All keys for ASN"
      },
      {
        "SKI": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA",
        "comment": "Key matching Router SKI"
      },
      {
        "asn": 64497,
        "SKI": "ZGVhZGJlYXRkZWFkYmVhdGRlYWQ",
        "comment": "Key for ASN matching SKI"
      }
    ]
  },
  "locallyAddedAssertions": {
    "prefixAssertions": [
      {
        "asn": 64496,
        "prefix": "198.51.100.0/24",
        "comment": "My other important route"
      },
      {
        "asn": 64496,
        "prefix": "2001:DB8::/32",
        "maxPrefixLength": 48,
        "comment": "My de-aggregated route"
      }
    ],
    "bgpsecAssertions": [
      {
        "asn": 64496,
        "SKI": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA",
        "routerPublicKey": "Ymx1YmI"
      }
    ]
  }
}