Open collinwebdesigns opened 1 year ago
@azenla i am planning a python impelemtation of the cahce-server. Thank you first of all for your work!
I have problems to process/use the cert.crt (https://lcdn-registration.apple.com/resource/cert.cer).
cert.crt
https://lcdn-registration.apple.com/resource/cert.cer
In which format is this available, can you help me here?
Also you show here an unsigned example of the registration request. How is this finally signed? With JWT?
registration
@collinwebdesigns I've made the Apple cache algorithm public. You can directly use my repository. If you're using Python, you can modify it to compile into a DLL or SO for easier integration.
https://github.com/deadash/apple_cache
@azenla i am planning a python impelemtation of the cahce-server. Thank you first of all for your work!
I have problems to process/use the
cert.crt
(https://lcdn-registration.apple.com/resource/cert.cer
).In which format is this available, can you help me here?
Also you show here an unsigned example of the
registration
request. How is this finally signed? With JWT?