Is it a bad idea to share a private key generated from a self-signed root CA?
Pardon if this is a noob question. I’m writing an authorization function to determine if a REST API request should be allowed to proceed or not. It is using a standard JWT passed in the Authorization: Bearer … header. For u… Continue reading Is it a bad idea to share a private key generated from a self-signed root CA?