Generating a self-signed certificate file - syncsort_capacity_management - 12.60

Syncsort™ Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ Capacity Management
Version
12.60
Language
English
Product name
Syncsort™ Capacity Management
Title
Syncsort™ Capacity Management Installation Guide
Copyright
2024
First publish date
1985
Last updated
2024-11-05
Published on
2024-11-05T05:01:05.469000

Skip this step if an SSL certificate that has been signed by a certificate authority is in existence, and therefore a self-signed certificate does not need to be created.

Generating a self-signed certificate using New-SelfSignedCertificate cmdlet with Windows PowerShell

  1. Open PowerShell as Administrator.
  2. Run New-SelfSignedCertificate command to generate the certificate. Refer to the Microsoft documentation for more information on New-SelfSignedCertificate command.

Example of the command:

New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -Subject "<machine name>" -DnsName "<machine name>", "*.<machine name>" -FriendlyName "MyCertificateName"

Where:

-CertStoreLocation: Specifies the certificate store in which to store the new certificate

-FriendlyName: Is the name used to identify the certificate

<machine name> needs to exactly match name used in portal address. Example: For https://webservermachine:443/SyncsortCapacityManagementPortal/Administration, the <machine name> would be webservermachine.

Once the certificate has been created it needs to be exported to a 'Personal Information Exchange' (.PFX) file using IIS Manager.

Start IIS Manager from the Run dialog box

  1. On the Start menu, click All Programs, click Accessories, and then click Run.
  2. In the Open box, type inetmgr, then click OK.

Start IIS Manager from the Control Panel

  1. Open the Control Panel.
  2. Select Administrative Tools.
  3. Select Computer Management.
  4. Select Internet Information Services (IIS) Manager or similar.

Once IIS Manager has been opened

  1. In the IIS Manager, select the top node in the Connections pane (where it specifies the machine name).
  2. Go into Server Certificates under IIS.
  3. Find the new certificate that you created.
  4. Select the certificate entry and double click to open the Certificate dialog.
  5. Go to the Details tab.
  6. Click the Copy to File button to open the Certificate Export Wizard.
  7. Click Next.
  8. Select Yes, export the private key.
  9. Click Next to display Export File Format options.
  10. Make sure Personal Information Exchange (.PFX) is selected and include Export all extended properties.
  11. Click Next to display the Security options.
  12. Select Password and enter and confirm password.
  13. Click Next to display the File to Export options.
  14. Browse/Enter File name of the file you want to export.
  15. Click Next to display the settings you have selected.
  16. Click Finish.
  17. Make sure the new certificate entry is still selected.
  18. Click Remove on the Action pane (as we no longer need this entry here).
  19. Click Yes.
  20. Close the IIS Manager.