Import-pfxCertificate

From UVOO Tech Wiki
Revision as of 15:03, 23 August 2023 by Busk (talk | contribs) (Created page with "``` Get-ChildItem Cert:\ -Recurse $mypwd = ConvertTo-SecureString -String "foo" -Force –AsPlainText Import-PfxCertificate –FilePath .\NA26-P-VenSQL01.extendhealth.com.pfx...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Get-ChildItem Cert:\ -Recurse
$mypwd = ConvertTo-SecureString -String "foo" -Force –AsPlainText
Import-PfxCertificate –FilePath .\NA26-P-VenSQL01.extendhealth.com.pfx cert:\localMachine\my -Password $mypwd