{"id":6161,"date":"2023-09-13T05:26:23","date_gmt":"2023-09-13T05:26:23","guid":{"rendered":"https:\/\/orderific.com\/blog\/?page_id=6161"},"modified":"2023-09-13T05:26:25","modified_gmt":"2023-09-13T05:26:25","slug":"generating-csr-certificate-signing-request-key-from-linux-system","status":"publish","type":"page","link":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-system\/","title":{"rendered":"Generating CSR (Certificate Signing Request) Key from Linux System"},"content":{"rendered":"\n<p><strong>Prerequisites:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Linux Operating System<\/li>\n\n\n\n<li>Command-line terminal<\/li>\n<\/ul>\n\n\n\n<p><strong>Open a Terminal:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open a terminal window on your Linux system.<\/li>\n<\/ul>\n\n\n\n<p>Use the following OpenSSL command to generate CSR key and private key<\/p>\n\n\n\n<p><strong>[ sudo 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><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>Review and Save:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The CSR will be saved in the <strong>yourdomain.com.csr<\/strong> file. You can view its contents with a text editor.<\/li>\n<\/ul>\n\n\n\n<p>Command [ cat yourdomain.com.csr ]<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Pvt Key will be saved in the <strong>yourdomain.com.key<\/strong> file. You can view its contents with a text editor.<\/li>\n<\/ul>\n\n\n\n<p>Command [ cat yourdomain.com.key ]<\/p>\n\n\n\n<ul class=\"wp-block-list\">\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 certificates bundle to us(devops@automatedpros.io) for installing ssl for your website.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Prerequisites: Open a Terminal: Use the following OpenSSL command to generate CSR key and private key [ sudo openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] You are about to be asked to enter information that will be incorporated into your certificate request: Review and Save: Command [ cat yourdomain.com.csr ] Command &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-6161","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 Linux 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-linux-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 Linux System\" \/>\n<meta property=\"og:description\" content=\"Prerequisites: Open a Terminal: Use the following OpenSSL command to generate CSR key and private key [ sudo openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] You are about to be asked to enter information that will be incorporated into your certificate request: Review and Save: Command [ cat yourdomain.com.csr ] Command &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-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:26:25+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-linux-system\\\/\",\"url\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-linux-system\\\/\",\"name\":\"Generating CSR (Certificate Signing Request) Key from Linux System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/#website\"},\"datePublished\":\"2023-09-13T05:26:23+00:00\",\"dateModified\":\"2023-09-13T05:26:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-linux-system\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-linux-system\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/orderific.com\\\/blog\\\/generating-csr-certificate-signing-request-key-from-linux-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 Linux 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 Linux 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-linux-system\/","og_locale":"en_US","og_type":"article","og_title":"Generating CSR (Certificate Signing Request) Key from Linux System","og_description":"Prerequisites: Open a Terminal: Use the following OpenSSL command to generate CSR key and private key [ sudo openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.com.key -out yourdomain.com.csr ] You are about to be asked to enter information that will be incorporated into your certificate request: Review and Save: Command [ cat yourdomain.com.csr ] Command &hellip;","og_url":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-system\/","og_site_name":"New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","article_modified_time":"2023-09-13T05:26:25+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-linux-system\/","url":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-system\/","name":"Generating CSR (Certificate Signing Request) Key from Linux System - New tech behind a Restaurant Menu | Your guide to managing Restaurant Business","isPartOf":{"@id":"https:\/\/orderific.com\/blog\/#website"},"datePublished":"2023-09-13T05:26:23+00:00","dateModified":"2023-09-13T05:26:25+00:00","breadcrumb":{"@id":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-system\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/orderific.com\/blog\/generating-csr-certificate-signing-request-key-from-linux-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 Linux 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\/6161","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=6161"}],"version-history":[{"count":1,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages\/6161\/revisions"}],"predecessor-version":[{"id":6163,"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/pages\/6161\/revisions\/6163"}],"wp:attachment":[{"href":"https:\/\/orderific.com\/blog\/wp-json\/wp\/v2\/media?parent=6161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}