Log in Go to the main page Page Discussion History Go to the file list Go to the site toolbox Bookmark and Share

Generate CSR, Using OpenSSL

From RZWiki


Image:linux-logo-large.png Image:Application-certificate.svg

To generate Certificate Signing Requests (CSRs) using OpenSSL, use the openssl request or openssl x509 commands, depending on your needs, as shown below;

Contents

Generate a CSR Using A Private Key

openssl req -out csr-name.csr -key private-key-name.key -new

Generate a CSR Using A x509 Certificate

openssl x509 -x509toreq -in certificate-name.crt -out csr-name.csr -signkey private-key-name.key

Generate a CSR Using and Generating A New Private Key

openssl req -out csr-name.csr -pubkey -new -keyout private-key-name.key

Image:icemon-medium.png Related Articles

To create a private key, see our Generate A Private Key article

Our other OpenSSL articles

Information on OpenSSL Commands


Image:internet-group-chat-small.png We really do appreciate all feedback so please do send your comments, suggestions or corrections to sjiveson#routerzone.eu
(replacing the # with an @)


Site Toolbox:

Personal tools
This page was last modified on 25 September 2009, at 17:00. - This page has been accessed 31 times. - Disclaimers - About RZWiki
Powered by MediaWiki