Operation Manual – SSL-HTTPSH3C S3610&S5510 Series Ethernet Switches Chapter 1 SSL Configuration1-5[Sysname] pki request-certificate domain 12) Configure an SSL server policy# Create an SSL server policy named myssl.[Sysname] ssl server-policy myssl# Specify the PKI domain for the SSL server policy as 1.[Sysname-ssl-server-policy-myssl] pki-domain 1# Enable client authentication.[Sysname-ssl-server-policy-myssl] client-verify enable[Sysname-ssl-server-policy-myssl] quit3) Associate HTTPS service with the SSL server policy and enable HTTPS service# Configure HTTPS service to use SSL server policy myssl.[Sysname] ip https ssl-server-policy myssl# Enable HTTPS service.[Sysname] ip https enable4) Verify your configurationLaunch IE on the host and enter https://10.1.1.1 in the address bar. You should be ableto log in to the switch and manage it.Note:z For details about PKI configuration commands, refer to PKI Commands.z For details about the public-key local create rsa command, refer to SSHCommands.1.4 Configuring an SSL Client PolicyAn SSL client policy is a set of SSL parameters for a client to use when connecting tothe server. An SSL client policy takes effect only after it is associated with an applicationlayer protocol.1.4.1 Configuration PrerequisitesBefore configuring an SSL client policy, you must configure a PKI domain. For detailsabout PKI domain configuration, refer to PKI Configuration.