/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

binarydebt.wordpress.com
| | www.cesarsotovalero.net
2.9 parsecs away

Travel
| | This article delves into symmetric and asymmetric encryption, as the building blocks of Public Key Infrastructure (PKI). It describes how PKI allows safeguarding the authenticity and security of digital communications across the internet.
| | danielms.site
2.1 parsecs away

Travel
| | I build things and drink coffee.
| | quantumloom.in
2.1 parsecs away

Travel
| | A simple guide to how cryptography keeps your digital stuff safe-from secret codes to secure messages.
| | fabianlee.org
17.6 parsecs away

Travel
| The openssl utility can be used to show the details of a certificate, including its 'Not After' expiration date in string format. This can be transformed into "how many days till expiration" with a bit of Bash date math. Create test certificate and key Using a line provided by Diego Woitasen for non-interactive self-signed certification ... Bash: calculating number of days till certificate expiration using openssl