-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

openssl req


> OpenSSL command to manage PKCS#10 Certificate Signing Requests.

More information.


Generate a certificate signing request to be sent to a certificate authority:

openssl req -new -sha256 -key {filename.key} -out {filename.csr}

Generate a self-signed certificate and a corresponding key-pair, storing both in a file:

openssl req -new -x509 -newkey {rsa}:{4096} -keyout {filename.key} -out {filename.cert} -subj "{/C=XX/CN=foobar}" -days {365}


> 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 13:31:29 2024