{"id":75274,"date":"2020-12-24T11:05:11","date_gmt":"2020-12-24T16:05:11","guid":{"rendered":"https:\/\/aprende.gigacore.io\/knowledge-base\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/"},"modified":"2026-03-27T21:58:50","modified_gmt":"2026-03-28T02:58:50","slug":"como-instalar-un-certificado-ssl-tls-en-nginx-openssl","status":"publish","type":"ht_kb","link":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/","title":{"rendered":"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL)"},"content":{"rendered":"\n<p>Las siguientes instrucciones lo guiar\u00e1n a trav\u00e9s del proceso de instalaci\u00f3n de un Certificado SSL en Nginx.<\/p>\n\n\n\n<p>Si tiene m\u00e1s de un servidor o dispositivo, deber\u00e1 instalar el certificado en cada servidor o dispositivo que necesite proteger. Si a\u00fan no ha generado su certificado y no ha completado el proceso de validaci\u00f3n, consulte nuestras <a href=\"https:\/\/gigacore.io\/docs\/articulo\/generar-csr-apache-openssl\/\" type=\"ht_kb\" id=\"75259\">Documentaci\u00f3n de generaci\u00f3n de CSR<\/a> e ignore los pasos a continuaci\u00f3n.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lo-que-necesitar\">Lo que necesitar\u00e1<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_1bd460d06d\">1. Su certificado de servidor<\/h3>\n\n\n\n<p>Este es el certificado que recibi\u00f3 de la CA para su dominio. Es posible que haya sido enviado por correo electr\u00f3nico. De lo contrario, puede descargarlo desde su \u00c1rea de Cliente.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_082a4fb20c\">2. Sus certificados intermedios.<\/h3>\n\n\n\n<p>Estos archivos permiten que los dispositivos que se conectan a su servidor identifiquen la CA emisora. Puede haber m\u00e1s de uno de estos certificados. Si obtuvo su certificado en una carpeta ZIP, tambi\u00e9n debe contener el (los) certificado (s) intermedio (s), que a veces se denomina CA Bundle.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_3427299f8e\">3. Su clave privada<\/h3>\n\n\n\n<p>Este archivo debe estar en su servidor o en su poder si gener\u00f3 su CSR a partir de una herramienta generadora gratuita.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"instrucciones-de-instalacin\">Instrucciones de instalaci\u00f3n<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_988cce6455\">1. Copie los archivos del certificado<\/h3>\n\n\n\n<p>Copie los archivos del certificado en el directorio adecuado de su servidor.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\">Para mayor seguridad, haga que sean legibles solo por root.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_8b397d3bbc\">2. Vincule sus archivos<\/h3>\n\n\n\n<p>Debe vincular los dos certificados (o \u00abConcatenarlos\u00bb) en un solo archivo ingresando el siguiente comando:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>cat su_dominio.crt Intermedio.crt >> bundle.crt<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D8DEE9\">cat<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">su_dominio<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">crt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">Intermedio<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">crt<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">&gt;&gt;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">bundle<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">crt<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_e2c77fc305\">3. Edite su archivo de host virtual<\/h3>\n\n\n\n<p>Edite su archivo de host virtual Nginx. Copie el m\u00f3dulo de servidor existente (el que no es seguro) y p\u00e9guelo debajo del original antes de agregar las siguientes l\u00edneas en negrita:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>server {\nlisten443;\nssl on;\nssl_certificate \/etc\/ssl\/your_domain_name.pem; (or bundle.crt) ssl_certificate_key \/etc\/ssl\/your_domain_name.key;\nserver_name your.domain.com;\naccess_log \/var\/log\/nginx\/nginx.vhost.access.log;\nerror_log \/var\/log\/nginx\/nginx.vhost.error.log;\nlocation \/ {\nroot \/home\/www\/public_html\/your.domain.com\/public\/;\nindex index.html;\n}\n}<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D8DEE9\">server<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">listen443<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">ssl<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">on<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">ssl_certificate<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">etc<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">ssl<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">your_domain_name<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">pem<\/span><span style=\"color: #81A1C1\">;<\/span><span style=\"color: #D8DEE9FF\"> (<\/span><span style=\"color: #D8DEE9\">or<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">bundle<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">crt<\/span><span style=\"color: #D8DEE9FF\">) <\/span><span style=\"color: #D8DEE9\">ssl_certificate_key<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">etc<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">ssl<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">your_domain_name<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">key<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">server_name<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">your<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">domain<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">com<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">access_log<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/var<\/span><span style=\"color: #D8DEE9FF\">\/<\/span><span style=\"color: #D8DEE9\">log<\/span><span style=\"color: #D8DEE9FF\">\/nginx\/nginx.vhost.access.log<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">error_log<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/var<\/span><span style=\"color: #D8DEE9FF\">\/<\/span><span style=\"color: #D8DEE9\">log<\/span><span style=\"color: #D8DEE9FF\">\/nginx\/nginx.vhost.error.log<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">location<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">root<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">home<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">www<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">public_html<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">your<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">domain<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">com<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">public<\/span><span style=\"color: #81A1C1\">\/;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9\">index<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">index<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">html<\/span><span style=\"color: #81A1C1\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #ECEFF4\">}<\/span><\/span>\n<span class=\"line\"><span style=\"color: #ECEFF4\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h_a8ef223bd7\">4. Reinicie Nginx<\/h3>\n\n\n\n<p>Reinicie Nginx usando la siguiente l\u00ednea de comando:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>sudo \/etc\/init.d\/nginx restart<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D8DEE9\">sudo<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">etc<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">init<\/span><span style=\"color: #ECEFF4\">.<\/span><span style=\"color: #D8DEE9\">d<\/span><span style=\"color: #81A1C1\">\/<\/span><span style=\"color: #D8DEE9\">nginx<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #D8DEE9\">restart<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u00a1Felicidades! \u00a1Ha instalado correctamente su certificado SSL! Para verificar su trabajo, visite su sitio web accediendo con https y vea la informaci\u00f3n del certificado\/sitio para ver si el protocolo HTTPS \/ SSL funciona correctamente. Recuerde, es posible que deba reiniciar su servidor para que los cambios surtan efecto.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Las siguientes instrucciones lo guiar\u00e1n a trav\u00e9s del proceso de instalaci\u00f3n de un Certificado SSL en Nginx. Si tiene m\u00e1s de un servidor o dispositivo, deber\u00e1 instalar el certificado en cada servidor o dispositivo que necesite proteger. Si a\u00fan no ha generado su certificado y no ha completado el proceso&#8230;<\/p>\n","protected":false},"author":3073,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[3693],"ht-kb-tag":[],"class_list":["post-75274","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-instalacion"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore<\/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:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore\" \/>\n<meta property=\"og:description\" content=\"Las siguientes instrucciones lo guiar\u00e1n a trav\u00e9s del proceso de instalaci\u00f3n de un Certificado SSL en Nginx. Si tiene m\u00e1s de un servidor o dispositivo, deber\u00e1 instalar el certificado en cada servidor o dispositivo que necesite proteger. Si a\u00fan no ha generado su certificado y no ha completado el proceso...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/\" \/>\n<meta property=\"og:site_name\" content=\"Documentacion Gigacore\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gigacore.io\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-28T02:58:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/\",\"url\":\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/\",\"name\":\"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore\",\"isPartOf\":{\"@id\":\"https:\/\/aprende.gigacore.io\/#website\"},\"datePublished\":\"2020-12-24T16:05:11+00:00\",\"dateModified\":\"2026-03-28T02:58:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/aprende.gigacore.io\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aprende.gigacore.io\/#website\",\"url\":\"https:\/\/aprende.gigacore.io\/\",\"name\":\"Documentacion Gigacore\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/aprende.gigacore.io\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aprende.gigacore.io\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aprende.gigacore.io\/#organization\",\"name\":\"Gigacore\",\"url\":\"https:\/\/aprende.gigacore.io\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/aprende.gigacore.io\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gigacore.io\/docs\/wp-content\/uploads\/2024\/06\/cropped-cropped-cropped-aprende.png\",\"contentUrl\":\"https:\/\/gigacore.io\/docs\/wp-content\/uploads\/2024\/06\/cropped-cropped-cropped-aprende.png\",\"width\":444,\"height\":111,\"caption\":\"Gigacore\"},\"image\":{\"@id\":\"https:\/\/aprende.gigacore.io\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/gigacore.io\",\"https:\/\/youtube.com\/@gigacore-io\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore","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:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/","og_locale":"es_ES","og_type":"article","og_title":"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore","og_description":"Las siguientes instrucciones lo guiar\u00e1n a trav\u00e9s del proceso de instalaci\u00f3n de un Certificado SSL en Nginx. Si tiene m\u00e1s de un servidor o dispositivo, deber\u00e1 instalar el certificado en cada servidor o dispositivo que necesite proteger. Si a\u00fan no ha generado su certificado y no ha completado el proceso...","og_url":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/","og_site_name":"Documentacion Gigacore","article_publisher":"https:\/\/www.facebook.com\/gigacore.io","article_modified_time":"2026-03-28T02:58:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/","url":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/","name":"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL) - Documentacion Gigacore","isPartOf":{"@id":"https:\/\/aprende.gigacore.io\/#website"},"datePublished":"2020-12-24T16:05:11+00:00","dateModified":"2026-03-28T02:58:50+00:00","breadcrumb":{"@id":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gigacore.io\/docs\/articulo\/como-instalar-un-certificado-ssl-tls-en-nginx-openssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/aprende.gigacore.io\/"},{"@type":"ListItem","position":2,"name":"C\u00f3mo instalar un certificado SSL \/ TLS en Nginx (OpenSSL)"}]},{"@type":"WebSite","@id":"https:\/\/aprende.gigacore.io\/#website","url":"https:\/\/aprende.gigacore.io\/","name":"Documentacion Gigacore","description":"","publisher":{"@id":"https:\/\/aprende.gigacore.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aprende.gigacore.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/aprende.gigacore.io\/#organization","name":"Gigacore","url":"https:\/\/aprende.gigacore.io\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/aprende.gigacore.io\/#\/schema\/logo\/image\/","url":"https:\/\/gigacore.io\/docs\/wp-content\/uploads\/2024\/06\/cropped-cropped-cropped-aprende.png","contentUrl":"https:\/\/gigacore.io\/docs\/wp-content\/uploads\/2024\/06\/cropped-cropped-cropped-aprende.png","width":444,"height":111,"caption":"Gigacore"},"image":{"@id":"https:\/\/aprende.gigacore.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/gigacore.io","https:\/\/youtube.com\/@gigacore-io"]}]}},"_links":{"self":[{"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb\/75274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/users\/3073"}],"replies":[{"embeddable":true,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/comments?post=75274"}],"version-history":[{"count":2,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb\/75274\/revisions"}],"predecessor-version":[{"id":75844,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb\/75274\/revisions\/75844"}],"wp:attachment":[{"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/media?parent=75274"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb-category?post=75274"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/gigacore.io\/docs\/wp-json\/wp\/v2\/ht-kb-tag?post=75274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}