-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lack of a CRL in the CMS #863
Comments
As described, this transaction doesn't make sense: identity.xml doesn't contain CMS, and even if it did there would be no reason to include a CRL for a trust anchor. I suspect something has been left out of this report.
--
Sent from a phone, please excuse brevity and typos.
|
Thanks your reply. I am from CNNIC, We use rpki-1.0,in the step connecting CNNIC RPKI production environment and APNIC RPKI production environment. ① On CNNIC side,we did And APNIC said "The A9162E3D0000.identity.xml attached to the email contains a BPKI TA certificate, So my first problem is "how to generate the certificate?" ② APNIC sent us parent-response.xml,and on CNNIC side we do, ③ On CNNIC side we do, and then APNIC allocate resources for CNNIC,but CNNIC can't get resources from APNIC, # diff -Nuar models.py-org models.py
--- models.py-org 2017-08-09 17:14:41.088684218 +0800
+++ models.py 2017-08-10 09:39:12.758301237 +0800
@@ -742,8 +742,7 @@
keypair = ca_detail.private_key_id,
is_ca = True,
caRepository = ca.sia_uri,
- rpkiManifest = ca_detail.manifest_uri,
- rpkiNotify = ca.parent.repository.rrdp_notification_uri)
+ rpkiManifest = ca_detail.manifest_uri)
q_msg = self._compose_up_down_query("issue")
q_pdu = SubElement(q_msg, rpki.up_down.tag_request, class_name = ca.parent_resource_class)
q_pdu.text = pkcs10.get_Base64() But after about one month,CNNIC can't get resources from APNIC again, And APNIC said " Your system appears to be reissuing So my second problem is "how to include CRLs with the requests" Thanks&Regards, lixin |
APNIC is investigating, more when we hear back. |
We're aware of a problem in APNIC code and we're working on it. I would suggest that the temporary fixes you applied should be removed. |
Yes,we had removed the temporary fixes. |
In the step of connecting CNNIC RPKI production environment and APNIC RPKI production environment,
We used "rpkic create_identity A9162E3D0000" to create identity.xml and sent to APNIC, APNIC said " lack of a CRL in the CMS." and CNNIC can not get resource list from APNIC.
So how to include a CRL in the CMS?
The text was updated successfully, but these errors were encountered: