Håvard Ose Nordstrand пре 1 година
родитељ
комит
6f1e741cc2
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      linux-server/applications.md

+ 0 - 1
linux-server/applications.md

@@ -516,7 +516,6 @@ Note: Anonymous users have read-only access to everything.
     - Specifying `-noout -text` prints the data as formatted text instead of raw Base64.
 - Inspect certificate file: `openssl x509 -in <cert-file> [-inform der] -noout -text`
 - Inspect online certificate: `openssl s_client -connect <site>:443 </dev/null | openssl x509 -noout -text`
-- Inspect encrypted PKCS: TODO
 - Decrypt and unpack PKCS:
     - Extract the cert chain (specify enc. pass. again): `openssl pkcs12 -in hon.wtf.pfx -clcerts -nokeys -out hon.wtf.key-2023`
     - Extract key file (specify the enc. pass. and a new tmp. key pass.): `openssl pkcs12 -in hon.wtf.pfx -nocerts -out hon.wtf.key.enc-2023`