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
  1. Open Windows PowerShell.
  2. Type the following command, and then press
    Enter
    .
    New-SelfSignedCertificate -FriendlyName <certificate name> -DnsName <FactoryTalk AssetCentre server full computer name> -CertStoreLocation Cert:\LocalMachine\My -KeyUsage DigitalSignature,KeyEncipherment,DataEncipherment
    create a self signed certificate using powershell
    TIP:
    If you are in a domain, a domain endpoint, which is the
    FactoryTalk AssetCentre server full computer name
    , is required. See the full computer name from
    Start Menu
    >
    Settings
    >
    System
    >
    About
    >
    System Info
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal