Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
development:linux:certificates [2020/02/27 14:36] kalenpw created |
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 | + | |
---- | ---- | ||
- | ===== Checking | + | ===== 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 | ||
</ | </ | ||
+ | ---- |