https://learn.sparkfun.com/tutorials/max30105-particle-and-pulse-ox-sensor-hookup-guide/all
Year: 2020
ESP8266 Virtual Machine
https://drive.google.com/drive/folders/0B5bwBE9A5dBXaExvdDExVFNrUXM
Server Name Indication – Wikipedia
Server Name Indication (SNI) is an extension to the Transport Layer Security (TLS) computer networking protocol by which a client indicates which hostname it is attempting to connect to at the start of the handshaking process. This allows a server to present multiple certificates on the same IP address and TCP port number and hence allows multiple secure (HTTPS) websites (or any other service over TLS) to be served by the same IP address without requiring all those sites to use the same certificate. It is the conceptual equivalent to HTTP/1.1 name-based virtual hosting, but for HTTPS. The desired hostname is not encrypted in the original SNI extension, so an eavesdropper can see which site is being requested.
Server Name Indication
Server Name Indication (SNI) is an extension to the Transport Layer Security (TLS) computer networking protocol by which a client indicates which hostname it is attempting to connect to at the start of the handshaking process. This allows a server to present multiple certificates on the same IP address and TCP port number and hence allows multiple secure (HTTPS) websites (or any other service over TLS) to be served by the same IP address without requiring all those sites to use the same certificate. It is the conceptual equivalent to HTTP/1.1 name-based virtual hosting, but for HTTPS. The desired hostname is not encrypted in the original SNI extension, so an eavesdropper can see which site is being requested.
Certbot `–reuse-key` flag does not preserve public key – Help – Let’s Encrypt Community Support
According to the documentation, it is possible to tell certbot to reuse the same private key that already exists in the current certificate. Thus I have been running the following command to renew certificates:
certbot renew
–rsa-key-size 4096
–no-self-upgrade
–dns-route53
–noninteractive
–reuse-key
–post-hook ‘systemctl reload nginx.service’
Nevertheless, the cert.pem
is modified after this operation – when diffing it with its version before renewal. I would expect it not to change at all since the private key is being reused.
I need to reuse the same public key in order to avoid pinning issues with IOS, is there a way to actually preserve it?
https://community.letsencrypt.org/t/certbot-reuse-key-flag-does-not-preserve-public-key/101049
Why Your SSL Certificate Still Has A SHA-1 Thumbprint
https://www.thesslstore.com/blog/ssl-certificate-still-sha-1-thumbprint/
Does the thumbprint change every 3 months? – Let’s Encrypt Community Support
https://community.letsencrypt.org/t/does-the-thumbprint-change-every-3-months/94083
How to recreate let’s encrypt certificate with public key from the past? – Help – Let’s Encrypt Community Support
9I’m going to be working on this much-delayed feature next week, but I agree with the suggestion to use another ACME client for now. Right now the only way to do this with Certbot is to create a CSR using the old key and then use --csr
(which won’t work with certbot renew
, so it’s less convenient).
sudo certbot certonly –csr /etc/letsencrypt/csr/csr-certbot.pem
Let’s Encrypt certificates for mail servers and DANE – Part 2 of 2 | Internet Society
The Concerto by Robert Greenberg
Course Lecture Titles
1. The Voice in the Wilderness
2. The Baroque Italian Concerto
3. Baroque Masters
4. Bachs Brandenburg Concerti
5. Mozart, Part 1
6. Mozart, Part 2
7. Classical Masters
8. Beethoven
9. The Romantic Concerto
10. Hummel and Chopin
11. Mendelssohn and Schumann
12. Romantic Masters
13. Tchaikovsky
14. Brahms and the Symphonic Concerto
15. Dvorak
16. Rachmaninoff
17. The Russian Concerto, Part 1
18. The Russian Concerto, Part 2
19. The Concerto in France
20. Bartok
21. Schönberg, Berg and the 12-Tone Method
22. Twentieth-Century Masters
23. Elliott Carter
24. Servants to the Cause and Guilty Pleasures
DNS over HTTPS
digiKam
digiKam is a free and open-source image organizer and tag editor written in C++ .