instalar_pfx_para_los_roles_de_rds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
instalar_pfx_para_los_roles_de_rds [2023/08/20 05:12] – external edit 127.0.0.1instalar_pfx_para_los_roles_de_rds [2024/10/17 21:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Instalar el certificado pfx como machine-wide y obtener el thumbprint+Instalar el certificado pfx como machine-wide el el contenedor ''Personal'' y obtener el thumbprint
 <code powershell> <code powershell>
 # Make sure to replace `<your certificate subject>` at {$_.Subject -like "*.bccba.org.ar"} with the subject name of your SSL certificate. # Make sure to replace `<your certificate subject>` at {$_.Subject -like "*.bccba.org.ar"} with the subject name of your SSL certificate.
Line 5: Line 5:
 Get-ChildItem Cert:\LocalMachine\My | Where-Object {$_.Subject -like "*.bccba.org.ar"} | Select-Object -ExpandProperty Thumbprint Get-ChildItem Cert:\LocalMachine\My | Where-Object {$_.Subject -like "*.bccba.org.ar"} | Select-Object -ExpandProperty Thumbprint
 </code> </code>
 +Se puede ver el thumbprint en los detalles del certificado, directamente haciendo doble click y yendo a la solapa Details > Thumbprint.
  
 <WRAP center round info 60%> <WRAP center round info 60%>
Line 16: Line 17:
  
 Este snippet instala el certificado con el thumbprint que se indica Este snippet instala el certificado con el thumbprint que se indica
 +<WRAP center round important 60%>
 +  * **solamente funciona en 2019**
 +  * 2016 usa parámetros que se llaman distinto
 +</WRAP>
 +
 <code powershell> <code powershell>
 $cerThumb = "12345678123456781234567812345678" $cerThumb = "12345678123456781234567812345678"
instalar_pfx_para_los_roles_de_rds.1692508365.txt.gz · Last modified: 2024/10/17 21:42 (external edit)