mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Add more Let's Encrypt certificates hashes
This commit is contained in:
parent
62226b12e4
commit
2b706345a4
1 changed files with 8 additions and 0 deletions
|
@ -145,6 +145,14 @@ Advertised cert: [CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US] [3e1a1a0f6
|
|||
|
||||
There you have it. Your certificate hash is `3e1a1a0f6c53f3e97a492d57084b5b9807059ee057ab1505876fd83fda3db838`.
|
||||
|
||||
This [Go code snippet](https://gist.github.com/d6cb41742a1ceb54d48cc286f3d5c5fa) can also compute the hash of certificates given a `.der` file.
|
||||
|
||||
### Common certificate hashes
|
||||
|
||||
* Let's Encrypt X3: `3e1a1a0f6c53f3e97a492d57084b5b9807059ee057ab1505876fd83fda3db838`
|
||||
* Let's Encrypt R3: `3286ff65a65faf32085eea1388c3738ba7e37873c906cce3c4a28b4cc2a58988`
|
||||
* Let's Encrypt E1: `cc1060d39c8329b62b6fbc7d0d6df9309869b981e7e6392d5cd8fa408f4d80e6`
|
||||
|
||||
## Clients
|
||||
|
||||
`doh-proxy` can be used with [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue