Installing certificates for signing web service authorizations and deployment packages
You must install a certification for each of the following purposes:
- Signing the web service authorizations.
- Signing deployment packages and InForm web service authorizations on the Central Designer server.
Install certificates to the LOCAL_MACHINE\MY store. Each certificate in the certification path must be 2048 bytes. For more information about converting existing certificates, see the Microsoft support website.
The Central Designer installation process grants Full Control to access the certificate private keys to the IIS AppPool\DefaultAppPool user and the NETWORK SERVICE user.
If a user other than the IIS AppPool\DefaultAppPool user is running the DefaultAppPool application pool, you must grant the user Full Control to access the private keys, or the user is unable to sign using the certificates.This content is used in the STEP Certificate for web service authorizations topic.
For each certificate:
- Open the Microsoft Management console:
- Open a Command Prompt window.
- Enter mmc, and then press Enter.
- Select File > Add/Remove Snap-in.
The Add or Remove Snap-ins dialog box appears.
- In the list of available snap-ins, select Certificates.
- Click Add.
The Add dialog box appears.
- Click Computer account.
- Click Next.
- Click Local Computer.
- Click Finish.
- Click OK.
- In the left pane of the console, select Certificates (Local Computer).
- Right-click the Personal folder.
- Select All Tasks > Import.
The Certificate Import Wizard appears.
- Click Next.
- Click Browse, and select the PFX file provided by the certificate vendor.
You are prompted for a password.
- Enter the password for the PFX file.
- Click Next to accept the default options for the remaining wizard pages.
- Click Finish.
The new certificate appears in the displayed list.
- In the left pane, select Personal > Certificates.
- Right-click the certificate and select All Tasks > Manage Private Keys.
- If a user other than the IIS AppPool\DefaultAppPool user is running the DefaultAppPool application pool, select that user and grant them Full Control.
- Click OK.
Copyright © 2007, 2016 Oracle and/or its affiliates. All rights reserved.