💾 Archived View for freeshell.de › tldr › openssl-x509.gmi captured on 2023-01-29 at 05:07:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

openssl x509

OpenSSL command to manage X.509 certificates.

More information.

openssl x509 -in {filename.crt} -noout -text
openssl x509 -enddate -noout -in {filename.pem}
openssl x509 -inform {der} -outform {pem} -in {original_certificate_file} -out {converted_certificate_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