From: Axel Beckert Date: Mon, 21 Sep 2009 12:12:50 +0000 (+0200) Subject: grmlzshrc.t2t: Document ssl-cert-* functions X-Git-Tag: v0.3.77~6 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=812ab3773eeed56363a55af6739b74ad28375d36;hp=4950ee0b52dd0864e4012ed1d32cfd222ce46040;p=grml-etc-core.git grmlzshrc.t2t: Document ssl-cert-* functions --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index a9bbda7..510a2af 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -649,6 +649,24 @@ so you have plenty of time to switch desktops/windows. Then makes a screenshot of the current desktop. The result is stored in ~/shots to a timestamped jpg file. +: **ssl-cert-fingerprints** +Prints the SHA512, SHA256, SHA1 and MD5 digest of a x509 certificate. +First and only parameter must be a file containing a certificate. Use +/dev/stdin as file if you want to pipe a certificate to these +functions. + +: **ssl-cert-info** +Prints all information of a x509 certificate including the SHA512, +SHA256, SHA1 and MD5 digests. First and only parameter must be a file +containing a certificate. Use /dev/stdin as file if you want to pipe a +certificate to this function. + +: **ssl-cert-sha512(), ssl-cert-sha256(), ssl-cert-sha1(), ssl-cert-md5()** +Prints the SHA512, SHA256, SHA1 respective MD5 digest of a x509 +certificate. First and only parameter must be a file containing a +certificate. Use /dev/stdin as file if you want to pipe a certificate +to this function. + : **startx()** Initializes an X session using startx(1) if /etc/X11/xorg.conf exists, else issues a Warning to use the grml-x(1) script. Can be overridden by using