13 lines
191 B
ReStructuredText
13 lines
191 B
ReStructuredText
|
****
|
||
|
dane
|
||
|
****
|
||
|
|
||
|
compute
|
||
|
=======
|
||
|
|
||
|
.. code-block:: shell
|
||
|
|
||
|
openssl x509 -noout -fingerprint -sha512 -in domain.tld.crt \
|
||
|
| awk --field-separator '=' '{print tolower($2)}' \
|
||
|
| tr --delete ':'
|