mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated FAQ
This commit is contained in:
parent
ae03f063de
commit
4e2a725831
2 changed files with 2 additions and 1 deletions
1
FAQ.md
1
FAQ.md
|
@ -5880,6 +5880,7 @@ Alternatively, see [this Wikipedia article](https://en.wikipedia.org/wiki/Certif
|
|||
|
||||
When certificate transparency is enabled in the connection-settings tab page of the app,
|
||||
the [Chrome Certificate Transparency Policy](https://github.com/GoogleChrome/CertificateTransparency/blob/master/ct_policy.md) will be applied.
|
||||
The CT log will be downloaded from [https://www.gstatic.com/](https://www.gstatic.com/ct/log_list/v3/all_logs_list.json).
|
||||
|
||||
FairEmail uses [this library](https://github.com/appmattus/certificatetransparency) to implement certificate transparency via a custom trust manager.
|
||||
|
||||
|
|
|
@ -2933,7 +2933,7 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p><a name="faq201"></a> <strong>(201) What is certificate transparency?</strong></p>
|
||||
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq201">Google Translate</a></p>
|
||||
<p>Please see <a href="https://certificate.transparency.dev/howctworks/">this article</a> about what certificate transparency is. Alternatively, see <a href="https://en.wikipedia.org/wiki/Certificate_Transparency">this Wikipedia article</a>.</p>
|
||||
<p>When certificate transparency is enabled in the connection-settings tab page of the app, the <a href="https://github.com/GoogleChrome/CertificateTransparency/blob/master/ct_policy.md">Chrome Certificate Transparency Policy</a> will be applied.</p>
|
||||
<p>When certificate transparency is enabled in the connection-settings tab page of the app, the <a href="https://github.com/GoogleChrome/CertificateTransparency/blob/master/ct_policy.md">Chrome Certificate Transparency Policy</a> will be applied. The CT log will be downloaded from <a href="https://www.gstatic.com/ct/log_list/v3/all_logs_list.json">https://www.gstatic.com/</a>.</p>
|
||||
<p>FairEmail uses <a href="https://github.com/appmattus/certificatetransparency">this library</a> to implement certificate transparency via a custom trust manager.</p>
|
||||
<p><br></p>
|
||||
<p><a name="faq202"></a> <strong>(202) What is DNSSEC and what is DANE?</strong></p>
|
||||
|
|
Loading…
Reference in a new issue