mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-18 01:45:27 +00:00
updated FAQ
This commit is contained in:
parent
b8a958d2ab
commit
c606108990
1 changed files with 6 additions and 0 deletions
6
FAQ.md
6
FAQ.md
|
@ -1067,6 +1067,12 @@ How to extract a public key from a S/MIME certificate:
|
||||||
openssl pkcs12 -in filename.pfx/p12 -clcerts -nokeys -out cert.pem
|
openssl pkcs12 -in filename.pfx/p12 -clcerts -nokeys -out cert.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can verify the signature of a raw message file (EML file) like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
openssl smime -verify <xxx.eml
|
||||||
|
```
|
||||||
|
|
||||||
You can decode S/MIME signatures, etc, [here](https://lapo.it/asn1js/).
|
You can decode S/MIME signatures, etc, [here](https://lapo.it/asn1js/).
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue