-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

openssl x509


> OpenSSL command to manage X.509 certificates.

More information.


Display certificate information:

openssl x509 -in {filename.crt} -noout -text

Display a certificate's expiration date:

openssl x509 -enddate -noout -in {filename.pem}

Convert a certificate between binary DER encoding and textual PEM encoding:

openssl x509 -inform {der} -outform {pem} -in {original_certificate_file} -out {converted_certificate_file}

Store a certificate's public key in a file:

openssl x509 -in {certificate_file} -noout -pubkey -out {output_file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:42:50 2024