Create a self-signed certificate using Windows PowerShell
Follow these steps to create a self-signed certificate using Windows PowerShell on the FactoryTalk AssetCentre server computer.
To create a certificate using PowerShell
- Open Windows PowerShell.
- Type the following command, and then pressEnter.New-SelfSignedCertificate -FriendlyName <certificate name> -DnsName <FactoryTalk AssetCentre server full computer name> -CertStoreLocation Cert:\LocalMachine\My -KeyUsage DigitalSignature,KeyEncipherment,DataEncipherment
TIP:If you are in a domain, a domain endpoint, which is theFactoryTalk AssetCentre server full computer name, is required. See the full computer name fromStart Menu>Settings>System>About>System Info.
Provide Feedback