Please look at title bars of both screenshots. Do you see how a certificate was viewed/opened? It's fine.vilo wrote: ↑30 Jan 2023, 16:37 And regarding the second example, it seems that the certificate file was not parsed. I think it's because of the uncommented lines just above the --BEGIN CERTIFICATE-- line, try out to comment them out to view the content, or try to run:
Then it should work with your file. If not, it will not work also with this plugin, as both use the same parsing engine.Code: Select all
openssl x509 -in e:\cacert.pem -text
