Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:linux:certificates [2020/02/27 14:37]
kalenpw [Checking]
development:linux:certificates [2021/06/29 15:05] (current)
kalenpw
Line 1: Line 1:
 ====== Certificates ====== ====== Certificates ======
-Useful for checking validity of certificates. Usually when done through something that isn't Let's Encrypt+
  
 ---- ----
 ===== Hash Verification ===== ===== Hash Verification =====
 +Useful for checking validity of certificates. Usually when done through something that isn't Let's Encrypt
 <code bash> <code bash>
 # used to check the private key (usually ends with .key) # used to check the private key (usually ends with .key)
Line 10: Line 11:
 openssl x509 -noout -modulus -in example.crt | openssl md5 openssl x509 -noout -modulus -in example.crt | openssl md5
 </code> </code>
 +----