Certificate revocation with python cryptography
问题 I'm trying to make a certificate revocation list using the python cryptography library. So far I haven't been successful. I am able to generate the certificates with the same library. The certificates work because I am able to use them for a connection with MQTT. The problem is when I try to revoke one of the certificates. Then no connection works and I receive an error: It would be nice if someone tell me what I am doing wrong. Thanks in advance. This is my code: # THIS CERTIFICATE I WANT TO