-
Dude below you have an ordering issue
create one CA chain file
```
cat "$intermediate_CA_file" "$root_CA_file" > "$chain_file"
```
should be
```
cat "$root_CA_file" "$intermediate_CA_file"…
-
Hi, I've had issues connecting some IRC bots recently from ocaml-irc-client. Trying the `stelnet` example on it is interesting:
```sh
$ dune exec examples/stelnet.exe -- irc.libera.chat -p 6697
S…
-
https://lookup.binlist.net
-
We have some old android devices which didn't recognized the certificate produced from this tool and we noticed that the certificate doesn't contain the full chain, specifically the DST Root CA X3 cer…
-
Often we'll end up with several aggregation jobs that all touch the same batch. If the aggregation job driver happens to run several of them at once, then there will be high contention on the batches …
-
websocat doesn't currently send any [ALPN](https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation) info as part of the TLS handshake ... Is there any work planned to support ALPN?
-
`NanoMiner-v3.8.5\nanominer.exe -algo Evrprogpow -pool1 evrprogpow.eu.mine.zergpool.com:13002 -wallet 1GPSq8txFnyrYdXL8t6S94mYdF8cGqVQJF -rigName '********************************' -rigPassword c=BTC,…
-
Letsencrypt's root expired on 21 September:
https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
I have discovered a machine that is having letsencrypt certs be renewed, but th…
-
Hybrid public key encryption is a well-known cryptographic construction that allows a sender to encrypt arbitrarily-sized messages under a receiver’s public key. ECIES, for example, is one variant of …
-
Hi, I ran into this issue when I generated the SSL certificate for the first time on my EdgeRouterX. Everything seemed to go correctly when I ran the `renew.acme.sh` -script for the first time (_DNS A…