mirror of
https://github.com/certbot/certbot.git
synced 2026-07-24 14:55:44 +02:00
ad71e39d31dc9c21821fea7ccc323dfc43db6fae
There may be circumstances where hashing random numbers might be useful, but in order to justify it we would need to know something about the generator that provides them. However, checking with strace shows that the CSPRNG in Crypto.Random may not reseed its entropy enough, so we might ultimately want to use a different one. It only reseeds 8 bytes per call even if you read megabytes of random numbers from it!
The Chocolate project to implement sweet automatic encryption for webservers.
Description
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
146 MiB
Languages
Python
94.5%
Shell
3.7%
Batchfile
0.8%
Makefile
0.7%
Augeas
0.2%