{"id":11111,"date":"2024-02-02T17:32:56","date_gmt":"2024-02-02T23:32:56","guid":{"rendered":"https:\/\/www.bhinfo.com.mx\/cursos\/?p=11111"},"modified":"2025-12-19T13:02:45","modified_gmt":"2025-12-19T19:02:45","slug":"citrix-ica-creacion-de-certificado-manual","status":"publish","type":"post","link":"https:\/\/www.bhinfo.com.mx\/cursos\/2024\/02\/02\/citrix-ica-creacion-de-certificado-manual\/","title":{"rendered":"Citrix\/ICA, Creaci\u00f3n de Certificado Manual"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11113\" src=\"https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-35-30.jpg\" alt=\"Certificado\" width=\"274\" height=\"57\" \/><\/p>\n<p>Recientemente surgio una actualizacion en CHROME, la cual hacia que no se pudiera conectar a nuestros servidores de Terminal Services, para solucionar esta situaci\u00f3n se requirio generar el certificado a traves de PowerShell utilizando la siguiente linea de comandos:<\/p>\n<p>&nbsp;<\/p>\n<blockquote><p>New-SelfSignedCertificate -FriendlyName citrix-noreste04 -DnsName citrix-noreste.batta.net -CertStoreLocation Cert:\\LocalMachine\\My -KeyUsage DigitalSignature, keyEncipherment<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>Cabe hacer menci\u00f3n que se debe ejecutar el PowerShell como administrador y que el contenedor es el \u00abPersonal\u00bb de ahi que tenemos que usar la utileria MMC para exportar el certificado, tambien se tiene que personalizar la linea de comandos con el nombre del server en cuestion.<\/p>\n<p>&nbsp;<\/p>\n<p>Mensajes de error que salen por el lado del cliente (CHROME)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-11112\" src=\"https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-22-06.jpg\" alt=\"Citrix\/ICA\" width=\"814\" height=\"482\" srcset=\"https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-22-06.jpg 814w, https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-22-06-300x178.jpg 300w, https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-22-06-768x455.jpg 768w, https:\/\/www.bhinfo.com.mx\/cursos\/wp-content\/uploads\/2024\/02\/sshot-2024-02-02-16-22-06-788x467.jpg 788w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/p>\n<p><code>New-SelfSignedCertificate -FriendlyName citrix-centro-06 -DnsName citrix-centro.batta.net -CertStoreLocation Cert:\\LocalMachine\\My -KeyUsage DigitalSignature, keyEncipherment<\/code><\/p>\n<p><code><br \/>\nNew-SelfSignedCertificate  -DnsName \"citrix-sur.batta.net\", \"Citrix-Sur\", '172.16.27.101' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-sur.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-sur\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"citrix-pacificon.batta.net\", \"Citrix-pacificon\", '172.16.27.102' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-pacificon.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-pacificon\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"citrix-spacifico.batta.net\", \"Citrix-spacifico\", '172.16.27.103' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-spacifico.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-spacifico\"<\/p>\n<p>New-SelfSignedCertificate -DnsName \"Citrix-Norte\", \"citrix-norte.batta.net\",'172.16.27.104' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"NorteCitrix\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-Norte,CN=Equipos del dominio,CN=Users,DC=batta,DC=net\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"citrix-noreste.batta.net\", \"Citrix-noreste\", '172.16.27.105' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-noreste.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-noreste\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"citrix-chihuahua.batta.net\", \"Citrix-chihuahua\", '172.16.27.106' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-chihuahua.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-chihuahua\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"citrix-centro.batta.net\", \"Citrix-Centro\", '172.16.27.107' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"citrix-centro.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=Citrix-centro\"<\/p>\n<p>New-SelfSignedCertificate  -DnsName \"CITRIXCORP2.batta.net\", \"CITRIXCORP2\", '172.16.27.114' -KeyUsage \"DigitalSignature\",\"KeyEncipherment\", \"dataEncipherment\" -CertStoreLocation \"cert:\\LocalMachine\\My\" -FriendlyName \"CITRIXCORP2.batta.net\" -NotAfter (Get-Date).AddYears(10) -Subject \"CN=CITRIXCORP2\"<br \/>\n<\/code><\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Datos adicionales:<\/strong><\/h3>\n<blockquote class=\"wp-embedded-content\" data-secret=\"7BKwaXY8xS\"><p><a href=\"https:\/\/www.bhinfo.com.mx\/cursos\/2021\/10\/06\/citrix-ica-manual-de-creacion-de-certificados-en-servidor\/\">CITRIX\/ICA; MANUAL DE CREACI\u00d3N DE CERTIFICADOS EN SERVIDOR<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"\u00abCITRIX\/ICA; MANUAL DE CREACI\u00d3N DE CERTIFICADOS EN SERVIDOR\u00bb \u2014 IT-BlogBatta\" src=\"https:\/\/www.bhinfo.com.mx\/cursos\/2021\/10\/06\/citrix-ica-manual-de-creacion-de-certificados-en-servidor\/embed\/#?secret=R1cHhzEkMX#?secret=7BKwaXY8xS\" data-secret=\"7BKwaXY8xS\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recientemente surgio una actualizacion en CHROME, la cual hacia que no se pudiera conectar a nuestros servidores de Terminal Services, para solucionar esta situaci\u00f3n se requirio generar el certificado a traves de PowerShell utilizando la siguiente linea de comandos: &nbsp; New-SelfSignedCertificate -FriendlyName citrix-noreste04 -DnsName citrix-noreste.batta.net -CertStoreLocation Cert:\\LocalMachine\\My -KeyUsage DigitalSignature, keyEncipherment &nbsp; Cabe hacer menci\u00f3n que [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[29,501,5],"tags":[25,491,27],"class_list":["post-11111","post","type-post","status-publish","format-standard","hentry","category-citrix","category-iis","category-servidores-infraestructura","tag-citrix","tag-servicios-citrix","tag-terminal-services"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/posts\/11111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/comments?post=11111"}],"version-history":[{"count":8,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/posts\/11111\/revisions"}],"predecessor-version":[{"id":13975,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/posts\/11111\/revisions\/13975"}],"wp:attachment":[{"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/media?parent=11111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/categories?post=11111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bhinfo.com.mx\/cursos\/wp-json\/wp\/v2\/tags?post=11111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}