{"id":4529,"date":"2019-08-21T18:25:14","date_gmt":"2019-08-21T22:25:14","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=4529"},"modified":"2019-08-21T18:25:15","modified_gmt":"2019-08-21T22:25:15","slug":"how-to-install-lets-encrypt-ssl-on-lamp-centos-7","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/","title":{"rendered":"How to install Let&#8217;s Encrypt SSL on LAMP CentOS 7"},"content":{"rendered":"\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL-1.jpg\" alt=\"\" class=\"wp-image-4543\"\/><\/figure>\n\n\n\n<p>Let&#8217;s Encrypt is a free Certificate Authority that provides a free SSL\/TLS certificates for your domain; see how to install Let&#8217;s Encrypt SSL on a <a href=\"https:\/\/www.globo.tech\/learning-center\/setup-lamp-centos-7\/\">LAMP on CentOS 7<\/a>. Let&#8217;s Encrypt provides a Certbot tool to obtain and install TLS\/SSL certificates automatically on both Apache and Nginx web server. The certificate is valid for 90 days. So you will need to renew it before it expired.\u00a0 Let&#8217;s Encrypt is a nonprofit certificate authority managed by the Internet Security Research Group. Its main aims is to create a more secure and privacy-respecting Web by adopting HTTPS.<\/p>\n\n\n\n<p>In this tutorial, we will learn how to install an SSL on a LAMP server with Let&#8217;s Encrypt on CentOS 7.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"NEEDREVIEWS-HowtoinstallLet'sEncryptSSLonLAMPCentOS7-Requirements\">Requirements<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>One server running LAMP on CentOS 7.<\/li><li>Root access to set up on your server.<\/li><li>A valid domain name pointed to your LAMP.<br><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"NEEDREVIEWS-HowtoinstallLet'sEncryptSSLonLAMPCentOS7-GettingStarted\"><br>Getting Started<\/h2>\n\n\n\n<p>Before starting, it is recommended to update your system&#8217;s packages to the latest version. You can update them by running the following command:<\/p>\n\n\n\n<p><code>yum update -y<\/code><\/p>\n\n\n\n<p><br>Next, you will need to disable SELinux on your system. You can do this by <strong>editing \/etc\/selinux\/config<\/strong> file:<\/p>\n\n\n\n<p><code>nano \/etc\/selinux\/config<\/code><\/p>\n\n\n\n<p><br>Make the following changes, the line starting by  <strong>SELINUX=<\/strong> :<\/p>\n\n\n\n<p><code>SELINUX=disabled<\/code><\/p>\n\n\n\n<p><br>Save and close the file, when you are finished. Then, restart your system to apply the configuration changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"NEEDREVIEWS-HowtoinstallLet'sEncryptSSLonLAMPCentOS7-InstallApache,MariaDBandPHP\"><br>Install Certbot Client<\/h2>\n\n\n\n<p>You will need to install Certbot Let&#8217;s encrypt client to your server. Certbot is a simple and easy to use tool to install and manage SSL certificate. By default, Certbot package is not available in the CentOS 7 default repository. So you will need to install the EPEL repository to your system. You can install it with the following command:<\/p>\n\n\n\n<p><code>yum install epel-release<\/code><\/p>\n\n\n\n<p><br>Next, install Certbot client and other packages with the following command: <\/p>\n\n\n\n<p><code>yum install certbot python2-certbot-apache mod_ssl<\/code><\/p>\n\n\n\n<p><br>Once the installation has been completed successfully, you can proceed to fetch and install the SSL certificate for your domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><br>Install the Let&#8217;s Encrypt SSL Certificate for Your Domain<\/h2>\n\n\n\n<p>Now, fetch and install a Let&#8217;s Encrypt SSL for your domain named&nbsp;<a rel=\"noreferrer noopener\" href=\"http:\/\/blog.linuxbuz.com\/\" target=\"_blank\">blog.linuxbuz.com<\/a>&nbsp;using the following command:<\/p>\n\n\n\n<p><code>certbot --apache -d&nbsp;<\/code><a rel=\"noreferrer noopener\" href=\"http:\/\/blog.linuxbuz.com\/\" target=\"_blank\"><code>blog.yourdomain.com<\/code><\/a><\/p>\n\n\n\n<p><br>You will need to provide an email address and agree to the terms of service:<\/p>\n\n\n\n <pre class=\"wp-block-preformatted\">\n Saving debug log to  \/var\/log\/letsencrypt\/letsencrypt.log\n \n Plugins selected: Authenticator apache, Installer apache\n \n Enter email address (used for urgent renewal and security notices) (Enter 'c' to cancel): your@yourdomain.com\n \n Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org\n\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n Please read the Terms of Service at https:\/\/letsencrypt.org\/documents\/LE-SA-v1.2-November-15-2017.pdf. You must agree in order to register with the ACME server at https:\/\/acme-v02.api.letsencrypt.org\/directory\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n (A)gree\/(C)ancel: A\n\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n Would you be willing to share your email address with the Electronic Frontier Foundation, a founding partner of the Let's Encrypt project and the non-profit organization that develops Certbot? We'd like to send you email about our work encrypting the web, EFF news, campaigns, and ways to support digital freedom.\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n (Y)es\/(N)o: Y\n\n Starting new HTTPS connection (1): supporters.eff.org\n Obtaining a new certificate\n Performing the following challenges:\n http-01 challenge for blog.yourdomain.com\n Waiting for verification...\n Cleaning up challenges\n Created an SSL vhost at \/etc\/httpd\/conf.d\/blog.yourdomain.com.conf\n Deploying Certificate to VirtualHost \n \/etc\/httpd\/conf.d\/blog.yourdomain.com.conf\n<\/pre>\n\n\n\n<p><br>Next, you will need to choose whether or not to redirect HTTP traffic to HTTPS:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\n Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.\n\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n 1: No redirect - Make no further changes to the webserver configuration.\n 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for new sites, or if you're confident your site works on HTTPS. You can undo this change by editing your web server's configuration.\n\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2\n<\/pre>\n\n\n\n<p><br>Select option<strong>\u00a02<\/strong>\u00a0and hit\u00a0<strong>ENTER<\/strong>.<\/p>\n\n\n\n<p>Once the installation is completed successfully, you should see the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\n Redirecting vhost in \n\/etc\/httpd\/conf.d\/blog.linuxbuz.conf to ssl vhost in \/etc\/httpd\/conf.d\/blog.linuxbuz-le-ssl.conf\n\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n Congratulations! You have successfully enabled https:\/\/blog.linuxbuz.com\n You should test your configuration at:\n https:\/\/www.ssllabs.com\/ssltest\/analyze.html?d=blog.linuxbuz.com\n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n IMPORTANT NOTES:\n\n - Congratulations! Your certificate and chain have been saved at:\n   \/etc\/letsencrypt\/live\/blog.yourdomain.com\/fullchain.pem\n   Your key file has been saved at:\n   \/etc\/letsencrypt\/live\/blog.yourdomain.com\/privkey.pem\n\n - Your cert will expire on 2019-10-22. To obtain a new or tweaked\n   version of this certificate in the future, simply run certbot again\n   with the \"certonly\" option. To non-interactively renew *all* of\n   your certificates, run \"certbot renew\"\n\n - Your account credentials have been saved in your Certbot\n   configuration directory at \/etc\/letsencrypt. You should make a\n   secure backup of this folder now. This configuration directory will\n   also contain certificates and private keys obtained by Certbot so\n   making regular backups of this folder is ideal.\n\n - If you like Certbot, please consider supporting our work by:\n\n   Donating to ISRG \/ Let's Encrypt:   https:\/\/letsencrypt.org\/donate\n   Donating to EFF:                    https:\/\/eff.org\/donate-le\n<\/pre>\n\n\n\n<p><br>Now, open the following link in your preferred web browser to check your SSL certificates: <a rel=\"noreferrer noopener\" aria-label=\"https:\/\/www.ssllabs.com\/ssltest\/analyze.html (opens in a new tab)\" href=\"https:\/\/www.ssllabs.com\/ssltest\/analyze.html\" target=\"_blank\">https:\/\/www.ssllabs.com\/ssltest\/analyze.html<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"NEEDREVIEWS-HowtoinstallLet'sEncryptSSLonLAMPCentOS7-ConfigureAutomaticCertificateRenewal\"><br>Configure Automatic Certificate Renewal<\/h2>\n\n\n\n<p>By default, Let&#8217;s Encrypt certificates are expired after 90 days. So you will need to renew them before expiry date to avoid any problems.<\/p>\n\n\n\n<p>You can renew the certificates with the following command:<\/p>\n\n\n\n<p><code>certbot renew<\/code><\/p>\n\n\n\n<p><br>You can also automate the renewal process by setting up a cron job.<\/p>\n\n\n\n<p>To do so, edit the cron job with the following command:<\/p>\n\n\n\n<p><code>crontab -e<\/code><\/p>\n\n\n\n<p><br>Add the following line:<\/p>\n\n\n\n<p><code>52 10 * * *&nbsp;&nbsp; root \/usr\/bin\/certbot renew &gt;\/dev\/null 2&gt;&amp;1<\/code><\/p>\n\n\n\n<p><br>Save and close the file. The above command will run on every day at 10:52.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"NEEDREVIEWS-HowtoinstallLet'sEncryptSSLonLAMPCentOS7-Conclusion\"><br>Conclusion<\/h2>\n\n\n\n<p>In this tutorial, we have learned how to secure Apache web server with Let&#8217;s Encrypt free SSL on CentOS 7. I hope you can now easily secure your web server with Let&#8217;s Encrypt.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>How to install Let&#8217;s encrypt on LAMP CentOS 7.<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":4541,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[130,107,132,129],"class_list":["post-4529","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","tag-apache","tag-centos","tag-secure-website","tag-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Let&#039;s Encrypt SSL on LAMP CentOS 7 - Globo.Tech<\/title>\n<meta name=\"description\" content=\"Learn how to install a Let&#039;s encrypt SSL on CentOS 7 LAMP. In this article you&#039;ll learn everything you need to know how to acheave this.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Let&#039;s Encrypt SSL on LAMP CentOS 7 - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"Learn how to install a Let&#039;s encrypt SSL on CentOS 7 LAMP. In this article you&#039;ll learn everything you need to know how to acheave this.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-21T22:25:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-08-21T22:25:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/\",\"name\":\"How to install Let's Encrypt SSL on LAMP CentOS 7 - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg\",\"datePublished\":\"2019-08-21T22:25:14+00:00\",\"dateModified\":\"2019-08-21T22:25:15+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"Learn how to install a Let's encrypt SSL on CentOS 7 LAMP. In this article you'll learn everything you need to know how to acheave this.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg\",\"contentUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Let&#8217;s Encrypt SSL on LAMP CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Let's Encrypt SSL on LAMP CentOS 7 - Globo.Tech","description":"Learn how to install a Let's encrypt SSL on CentOS 7 LAMP. In this article you'll learn everything you need to know how to acheave this.","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:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to install Let's Encrypt SSL on LAMP CentOS 7 - Globo.Tech","og_description":"Learn how to install a Let's encrypt SSL on CentOS 7 LAMP. In this article you'll learn everything you need to know how to acheave this.","og_url":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/","og_site_name":"Globo.Tech","article_published_time":"2019-08-21T22:25:14+00:00","article_modified_time":"2019-08-21T22:25:15+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg","type":"image\/jpeg"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/","url":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/","name":"How to install Let's Encrypt SSL on LAMP CentOS 7 - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg","datePublished":"2019-08-21T22:25:14+00:00","dateModified":"2019-08-21T22:25:15+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"Learn how to install a Let's encrypt SSL on CentOS 7 LAMP. In this article you'll learn everything you need to know how to acheave this.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#primaryimage","url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg","contentUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2019\/08\/installLetsEncryptSSL.jpg","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-install-lets-encrypt-ssl-on-lamp-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"How to install Let&#8217;s Encrypt SSL on LAMP CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=4529"}],"version-history":[{"count":12,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4529\/revisions"}],"predecessor-version":[{"id":4545,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4529\/revisions\/4545"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media\/4541"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=4529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=4529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=4529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}