{"id":13259,"date":"2024-02-07T16:49:05","date_gmt":"2024-02-07T11:19:05","guid":{"rendered":"https:\/\/utho.com\/docs\/?post_type=epkb_post_type_1&#038;p=13259"},"modified":"2024-06-04T15:37:43","modified_gmt":"2024-06-04T10:07:43","slug":"configure-lets-encrypt-ssl-on-ubuntu-with-certbot","status":"publish","type":"post","link":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/","title":{"rendered":"Configure Let&#8217;s Encrypt SSL on Ubuntu with Certbot"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s Encrypt offers<a href=\"https:\/\/utho.com\/ssl-certificate\"> SSL certificates<\/a> at no cost, enabling secure connections for your websites. Certbot, a free and open-source tool, simplifies the process of generating Let&#8217;s Encrypt SSL certificates on your unmanaged Linux server. To get started, log into SSH as root.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Install Certbot in Ubuntu 20.04<\/strong><strong><br><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Certbot now suggests using the snapd package manager for installing on Ubuntu, Instead Python Installs Packages (PIP) is a suitable alternative. <br><br><strong>Install Certbot in Ubuntu with PIP<br><br>Ubuntu users of cloud servers have the option to install Certbot using PIP<\/strong><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-1-initially-install-pip\"><strong>Step 1: Initially, install PIP:<\/strong><br><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo apt install python3 python3-venv libaugeas0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-2-establish-a-virtual-environment\"><strong>Step 2: Establish a virtual environment:<\/strong><br><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo python3 -m venv \/opt\/certbot\/<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo \/opt\/certbot\/bin\/pip install &#8211;upgrade pip<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-3-install-certbot-for-utho\"><strong>Step 3: Install Certbot for Utho<\/strong><br><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo \/opt\/certbot\/bin\/pip install certbot certbot-utho<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo \/opt\/certbot\/bin\/pip install certbot certbot-nginx<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-4-create-a-symbolic-link-to-ensure-certbot-operates-smoothly\"><strong>Step 4: Create a symbolic link to ensure Certbot operates smoothly:<\/strong><br><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo ln -s \/opt\/certbot\/bin\/certbot \/usr\/bin\/certbot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To install Certbot on Ubuntu, utilize snapd<br><\/strong><br>Snapd is available for use by <a href=\"https:\/\/utho.com\/dedicated-cpu\">Dedicated<\/a> Server Hosting users<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Set up snapd:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo apt install snapd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><br><\/strong><strong>Verify that you have the latest version of snapd installed:<\/strong><strong><br><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo snap install core; sudo snap refresh core<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong>Installing Certbot using snapd:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo snap install &#8211;classic certbot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong>Establish a symlink to guarantee Certbot&#8217;s operation:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo ln -s \/snap\/bin\/certbot \/usr\/bin\/certbot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\"><strong>Generate an SSL certificate using Certbot<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Execute Certbot to generate SSL certificates and adjust your web server configuration file to redirect HTTP requests to HTTPS automatically. Alternatively, include &#8220;certonly&#8221; to create SSL certificates without altering system files, which is recommended for staging sites not intended for forced SSL usage.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-1-select-the-most-suitable-option-based-on-your-requirements\"><strong>Step 1: <\/strong>Select the most suitable option based on your requirements.<br><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Generate SSL certificates for all domains and set up redirects in the web server configuration.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot &#8211;utho<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot &#8211;nginx<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Generate SSL certificates for a specified domain, which is recommended if you&#8217;re utilizing your system hostname<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot &#8211;utho -d example.com -d www.example.com<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Only install SSL certs:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot certonly &#8211;utho<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot certonly &#8211;nginx<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-2-provide-an-email-address-for-renewal-and-security-notifications\"><strong>Step 2:<\/strong> Provide an email address for renewal and security notifications.&nbsp;<br><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-3-accept-the-terms-of-service\"><strong>Step 3: <\/strong>Accept the terms of service.&nbsp;<br><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-step-4-decide-if-you-wish-to-receive-emails-from-eff\"><strong>Step 4: <\/strong>Decide if you wish to receive emails from EFF.&nbsp;<br><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\"><strong>Step 5:<\/strong> If prompted, select whether to redirect HTTP traffic to HTTPS: Option 1 for no redirect and no additional server changes, or Option 2 to redirect all HTTP requests to HTTPS.<br><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SSL Maintenance and Troubleshooting<\/strong><strong><br><\/strong><strong><br><\/strong>Once you&#8217;ve installed a Let\u2019s Encrypt certificate on your Ubuntu Certbot setup, you can check your website&#8217;s SSL status at<a href=\"https:\/\/whynopadlock.com\/\"> https:\/\/WhyNoPadlock.com<\/a>. This will help you detect any mixed content errors.<br><br>The certificate files for each domain are stored in:<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>cd \/etc\/letsencrypt\/live<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s Encrypt certificates have a lifespan of 90 days. To avoid expiration, Certbot automatically monitors SSL status twice daily and renews certificates expiring within thirty days. You can review settings using Systemd or cron.d.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>systemctl show certbot.timer<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>cat \/etc\/cron.d\/certbot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><br><\/strong>Verify that the renewal process functions correctly:<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>sudo certbot renew &#8211;dry-run<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Simply having an SSL certificate and implementing 301 redirects to enforce HTTPS may not always suffice to thwart hacks. Cyber attackers have devised methods to circumvent both security measures, potentially compromising server communications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP Strict Transport Security (HSTS) is a security HTTP header designed to counteract this by instructing web browsers to serve your website only when a valid SSL certificate is received. If the browser encounters an insecure connection, it outright rejects the data, safeguarding the user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Configuring HSTS within your web server, is straightforward and enhances security significantly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s Encrypt offers SSL certificates at no cost, enabling secure connections for your websites. Certbot, a free and open-source tool, simplifies the process of generating Let&#8217;s Encrypt SSL certificates on your unmanaged Linux server. To get started, log into SSH as root. Install Certbot in Ubuntu 20.04 Certbot now suggests using the snapd package manager [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":13261,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-13259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure Let&#039;s Encrypt SSL on Ubuntu with Certbot - Utho<\/title>\n<meta name=\"description\" content=\"Easily generate Let&#039;s Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure Let&#039;s Encrypt SSL on Ubuntu with Certbot - Utho\" \/>\n<meta property=\"og:description\" content=\"Easily generate Let&#039;s Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\" \/>\n<meta property=\"og:site_name\" content=\"Utho\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/uthocloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-07T11:19:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-04T10:07:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Configure-Lets-Encrypt-SSL-on-Ubuntu-with-Certbot.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"556\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lalit Mohan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:site\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lalit Mohan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\"},\"author\":{\"name\":\"Lalit Mohan\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9\"},\"headline\":\"Configure Let&#8217;s Encrypt SSL on Ubuntu with Certbot\",\"datePublished\":\"2024-02-07T11:19:05+00:00\",\"dateModified\":\"2024-06-04T10:07:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\"},\"wordCount\":602,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\",\"url\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\",\"name\":\"Configure Let's Encrypt SSL on Ubuntu with Certbot - Utho\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/#website\"},\"datePublished\":\"2024-02-07T11:19:05+00:00\",\"dateModified\":\"2024-06-04T10:07:43+00:00\",\"description\":\"Easily generate Let's Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.\",\"breadcrumb\":{\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/utho.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure Let&#8217;s Encrypt SSL on Ubuntu with Certbot\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/utho.com\/blog\/#website\",\"url\":\"https:\/\/utho.com\/blog\/\",\"name\":\"Utho\",\"description\":\"Tutorials Guides for Linux, Windows and Developers\",\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/utho.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/utho.com\/blog\/#organization\",\"name\":\"Utho\",\"url\":\"https:\/\/utho.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"contentUrl\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"width\":1147,\"height\":446,\"caption\":\"Utho\"},\"image\":{\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/uthocloud\",\"https:\/\/twitter.com\/uthocloud\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9\",\"name\":\"Lalit Mohan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g\",\"caption\":\"Lalit Mohan\"},\"url\":\"https:\/\/utho.com\/blog\/author\/lalitmohan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure Let's Encrypt SSL on Ubuntu with Certbot - Utho","description":"Easily generate Let's Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.","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:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/","og_locale":"en_US","og_type":"article","og_title":"Configure Let's Encrypt SSL on Ubuntu with Certbot - Utho","og_description":"Easily generate Let's Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.","og_url":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/","og_site_name":"Utho","article_publisher":"https:\/\/www.facebook.com\/uthocloud","article_published_time":"2024-02-07T11:19:05+00:00","article_modified_time":"2024-06-04T10:07:43+00:00","og_image":[{"width":1024,"height":556,"url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/Configure-Lets-Encrypt-SSL-on-Ubuntu-with-Certbot.png","type":"image\/png"}],"author":"Lalit Mohan","twitter_card":"summary_large_image","twitter_creator":"@uthocloud","twitter_site":"@uthocloud","twitter_misc":{"Written by":"Lalit Mohan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#article","isPartOf":{"@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/"},"author":{"name":"Lalit Mohan","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9"},"headline":"Configure Let&#8217;s Encrypt SSL on Ubuntu with Certbot","datePublished":"2024-02-07T11:19:05+00:00","dateModified":"2024-06-04T10:07:43+00:00","mainEntityOfPage":{"@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/"},"wordCount":602,"commentCount":0,"publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/","url":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/","name":"Configure Let's Encrypt SSL on Ubuntu with Certbot - Utho","isPartOf":{"@id":"https:\/\/utho.com\/blog\/#website"},"datePublished":"2024-02-07T11:19:05+00:00","dateModified":"2024-06-04T10:07:43+00:00","description":"Easily generate Let's Encrypt SSL certificates on your unmanaged Linux server with Certbot, a free and open-source tool.","breadcrumb":{"@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/utho.com\/blog\/configure-lets-encrypt-ssl-on-ubuntu-with-certbot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/utho.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Configure Let&#8217;s Encrypt SSL on Ubuntu with Certbot"}]},{"@type":"WebSite","@id":"https:\/\/utho.com\/blog\/#website","url":"https:\/\/utho.com\/blog\/","name":"Utho","description":"Tutorials Guides for Linux, Windows and Developers","publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/utho.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/utho.com\/blog\/#organization","name":"Utho","url":"https:\/\/utho.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","contentUrl":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","width":1147,"height":446,"caption":"Utho"},"image":{"@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/uthocloud","https:\/\/twitter.com\/uthocloud"]},{"@type":"Person","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9","name":"Lalit Mohan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g","caption":"Lalit Mohan"},"url":"https:\/\/utho.com\/blog\/author\/lalitmohan\/"}]}},"_links":{"self":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/comments?post=13259"}],"version-history":[{"count":8,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13259\/revisions"}],"predecessor-version":[{"id":13665,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13259\/revisions\/13665"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media\/13261"}],"wp:attachment":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media?parent=13259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/categories?post=13259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/tags?post=13259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}