OpenSSL command to manage PKCS#10 Certificate Signing Requests.
openssl req -new -sha256 -key {filename.key} -out {filename.csr}
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 This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB