New-SelfSignedCertificate -CertStoreLocation cert:\LocalMachine\My -dnsname faber.intra.ecu.edu $password = ConvertTo-SecureString -String "$BurritoDog.01" -Force -AsPlainText Export-PfxCertificate -cert cert:\LocalMachine\My\FINGERPRINT -FilePath C:\cert.pfx -Password $password