{"id":6156,"date":"2023-09-13T05:10:55","date_gmt":"2023-09-13T05:10:55","guid":{"rendered":"https:\/\/orderific.com\/blog\/?page_id=6156"},"modified":"2023-09-13T05:10:57","modified_gmt":"2023-09-13T05:10:57","slug":"generating-csr-certificate-signing-request-key-from-windows-system","status":"publish","type":"page","link":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/","title":{"rendered":"Generating CSR (Certificate Signing Request) Key from Windows System"},"content":{"rendered":"\n<p><strong>Prerequisites<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Windows Operating System<\/li>\n\n\n\n<li>OpenSSL to be installed<\/li>\n\n\n\n<li>Command prompt<\/li>\n<\/ul>\n\n\n\n<p><strong>Download and Install OpenSSL:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can download OpenSSL for Windows from the official website (<a href=\"https:\/\/slproweb.com\/products\/Win32OpenSSL.html\">https:\/\/slproweb.com\/products\/Win32OpenSSL.html<\/a>).<\/li>\n\n\n\n<li>Choose the appropriate version (32-bit or 64-bit) and download the installer.<\/li>\n\n\n\n<li>Install OpenSSL by running the downloaded installer and following the installation wizard.<\/li>\n<\/ul>\n\n\n\n<p><strong>Open Windows Command Prompt:<\/strong><\/p>\n\n\n\n<p>You can search for &#8220;cmd&#8221; in the Windows search bar and open with \u201cRun as administrator\u201d<\/p>\n\n\n\n<p><strong>Navigate to the OpenSSL Bin Directory:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>By default, OpenSSL is installed in the &#8220;C:\\Program Files\\OpenSSL-Win64\\bin&#8221; directory for 64-bit installations or a similar path for 32-bit installations.&nbsp;<\/li>\n\n\n\n<li>Run below command in cmd prompt&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>[ <strong>cd C:\\Program Files\\OpenSSL-Win64\\bin<\/strong> ]<\/p>\n\n\n\n<p><strong>Generate the CSR and Pvt Key:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once you&#8217;re in the OpenSSL bin directory, you can use the below command to generate the CSR and private key.<\/li>\n<\/ul>\n\n\n\n<p>[ <strong>openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr<\/strong> ]<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace &#8220;yourdomain.com.key&#8221; with the name you want for your private key file.<\/li>\n\n\n\n<li>Replace &#8220;yourdomain.com.csr&#8221; with the name you want for your CSR file.<\/li>\n<\/ul>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>You are about to be asked to enter information that will be incorporated<\/strong><\/p>\n\n\n\n<p><strong>into your certificate request:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Country Name (2 letter code) [AU]:<\/li>\n\n\n\n<li>State or Province Name (full name) [Some-State]:<\/li>\n\n\n\n<li>Locality Name (eg, city) []:<\/li>\n\n\n\n<li>Organization Name (eg, company) [Internet Widgits Pty Ltd]:<\/li>\n\n\n\n<li>Organizational Unit Name (eg, section) []:<\/li>\n\n\n\n<li>Common Name (e.g. server FQDN or YOUR name) []: <strong>(eg: yourdomain.com)<\/strong><\/li>\n\n\n\n<li>Email Address []:<\/li>\n\n\n\n<li>A challenge password []:(optional)<\/li>\n\n\n\n<li>An optional company name []:(optional)<\/li>\n<\/ul>\n\n\n\n<p><strong>CSR and Pvt Key Files:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After completing the prompts, you will have two files in the OpenSSL bin directory: &#8220;yourdomain.com.key&#8221; (private key) and &#8220;yourdomain.com.csr&#8221; (CSR). Keep these files secure, as the private key is used to install the SSL certificate.<\/li>\n\n\n\n<li>You can now use the CSR to request an SSL certificate from a Certificate Authority (CA). The CA will provide you with the SSL certificate once they have verified your domain ownership.<\/li>\n\n\n\n<li>Once you receive SSL certificate from a Certificate Authority (CA), you need to share pvt key(which is generated along with csr key) and ssl certificate to us(devops@automatedpros.io) for installing ssl for your website.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Prerequisites: Download and Install OpenSSL: Open Windows Command Prompt: You can search for &#8220;cmd&#8221; in the Windows search bar and open with \u201cRun as administrator\u201d Navigate to the OpenSSL Bin Directory: [ cd C:\\Program Files\\OpenSSL-Win64\\bin ] Generate the CSR and Pvt Key: [ openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","cybocfi_hide_featured_image":"","footnotes":""},"class_list":["post-6156","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Generating CSR (Certificate Signing Request) Key from Windows System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generating CSR (Certificate Signing Request) Key from Windows System\" \/>\n<meta property=\"og:description\" content=\"Prerequisites: Download and Install OpenSSL: Open Windows Command Prompt: You can search for &#8220;cmd&#8221; in the Windows search bar and open with \u201cRun as administrator\u201d Navigate to the OpenSSL Bin Directory: [ cd C:Program FilesOpenSSL-Win64bin ] Generate the CSR and Pvt Key: [ openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/\" \/>\n<meta property=\"og:site_name\" content=\"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-13T05:10:57+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-windows-system\\\/\",\"url\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-windows-system\\\/\",\"name\":\"Generating CSR (Certificate Signing Request) Key from Windows System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#website\"},\"datePublished\":\"2023-09-13T05:10:55+00:00\",\"dateModified\":\"2023-09-13T05:10:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-windows-system\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-windows-system\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-windows-system\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/orderific.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generating CSR (Certificate Signing Request) Key from Windows System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/orderific.com\\\/blog\\\/\",\"name\":\"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\",\"description\":\"Most comprehensive guide to managing a successful restaurant business. Learn about adoption of QR Code based digital menu in the Food and Business industry. Whether opening a restaurant or an already established one, Orderific is there to help you make it a successful one\",\"publisher\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/orderific.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#organization\",\"name\":\"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\",\"url\":\"https:\\\/\\\/orderific.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/orderific.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/HQ2.png\",\"contentUrl\":\"https:\\\/\\\/orderific.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/HQ2.png\",\"width\":1544,\"height\":352,\"caption\":\"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\"},\"image\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Generating CSR (Certificate Signing Request) Key from Windows System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/","og_locale":"en_US","og_type":"article","og_title":"Generating CSR (Certificate Signing Request) Key from Windows System","og_description":"Prerequisites: Download and Install OpenSSL: Open Windows Command Prompt: You can search for &#8220;cmd&#8221; in the Windows search bar and open with \u201cRun as administrator\u201d Navigate to the OpenSSL Bin Directory: [ cd C:Program FilesOpenSSL-Win64bin ] Generate the CSR and Pvt Key: [ openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You &hellip;","og_url":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/","og_site_name":"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","article_modified_time":"2023-09-13T05:10:57+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/","url":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/","name":"Generating CSR (Certificate Signing Request) Key from Windows System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","isPartOf":{"@id":"https:\/\/orderific.com\/blog\/#website"},"datePublished":"2023-09-13T05:10:55+00:00","dateModified":"2023-09-13T05:10:57+00:00","breadcrumb":{"@id":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-windows-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/orderific.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Generating CSR (Certificate Signing Request) Key from Windows System"}]},{"@type":"WebSite","@id":"https:\/\/orderific.com\/blog\/#website","url":"https:\/\/orderific.com\/blog\/","name":"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","description":"Most comprehensive guide to managing a successful restaurant business. Learn about adoption of QR Code based digital menu in the Food and Business industry. Whether opening a restaurant or an already established one, Orderific is there to help you make it a successful one","publisher":{"@id":"https:\/\/orderific.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/orderific.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/orderific.com\/blog\/#organization","name":"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","url":"https:\/\/orderific.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/orderific.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/orderific.com\/blog\/wp-content\/uploads\/2022\/02\/HQ2.png","contentUrl":"https:\/\/orderific.com\/blog\/wp-content\/uploads\/2022\/02\/HQ2.png","width":1544,"height":352,"caption":"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business"},"image":{"@id":"https:\/\/orderific.com\/blog\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages\/6156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/comments?post=6156"}],"version-history":[{"count":1,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages\/6156\/revisions"}],"predecessor-version":[{"id":6158,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages\/6156\/revisions\/6158"}],"wp:attachment":[{"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/media?parent=6156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}