Configuring https – HP StoreFabric Converged Network Adapters User Manual

Page 13

Advertising
background image

Installing BACS components on Microsoft and Linux operating systems 13

To configure HTTP:

1.

Select Start→Run, enter gpedit.msc, and then click OK.

2.

Under Computer Configuration/Administrative Templates/Windows Components, select Windows
Remote Management.

3.

Under Windows Remote Management, select WinRm Client.

4.

Under WinRM Client, double-click Trusted Hosts.

5.

In the dialog, for TrustedHostsList, enter the hostnames of the clients.

6.

If all clients are trusted, enter *, and then click OK.

7.

Select WinRM Service.

8.

Enable Allow Basic Authentication, and then click OK.

9.

Enable Allow unencrypted traffic, and then click OK.

10.

Close the gpedit.msc window.

To configure WinRM with default settings:

1.

Open a command prompt, and then run the following command:
winrm qc or winrm quickconfig

2.

At the prompt Make these changes[y/n]?, enter y.

To verify the HTTP listener:

1.

Open a command prompt, and then run one of the following commands:
winrm enumerate winrm/confg/listener
or
winrm e winrm/config/Listener

2.

Test the HTTP listener locally:
winrm id

Configuring HTTPS

The HTTPS configuration process requires a self-signed certificate. Use BACS with an HTTPS/SSL connection

to create and install a signed certificate on Microsoft Windows Server.
Be sure that Microsoft Windows and Linux clients are configured with the self-signed certificate. For more
information, see "Configuring HTTPS on Microsoft operating systems (on page

19

)" and "Configuring HTTPS

on Linux systems (on page

25

)."

Create a self-signed certificate on any Microsoft Windows or Linux server. Create the self-signed certificate
on the computer running BACS, or copy the certificate from the server to the computer.
To use HTTPS with BACS:

1.

Select Start→Run, enter gpedit.msc, and then click OK.

2.

Under Computer Configuration/Administrative Templates/Windows Components, select Windows
Remote Management.

3.

Under Windows Remote Management, select WinRm Client.

4.

Under WinRM client, double-click Trusted Hosts.

5.

In the TrustedHostsList dialog, enter the client host names.

6.

If all clients are trusted, enter *.

Advertising