JWT decode
I have a .cer file that has ----Begin certificate -- end certificate type of data. When I pass it as string to jwt.decode it fails with parsing error. Please help on how to use .cer contents for jwt.decode

I have a .cer file that has ----Begin certificate -- end certificate type of data. When I pass it as string to jwt.decode it fails with parsing error. Please help on how to use .cer contents for jwt.decode