Restrict-Http-Policy - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

key
Guidelines
A public key authentication policy defines a URL set and specifies a private key
required to access the URL set.
Public key authentication uses the public-private key pair as follows:
1. A public-private key pair is generated.
2. The public portion is distributed to target servers you wish to authenticate
3. At login, the server returns a challenge message encrypted with your public
4. You authenticate by decrypting with your private key and returning the
Use the no pubkeyauth command to remove the authentication policy.
Examples
v Adds a Public Key Authentication Policy, which uses the private key, bob, to
v Removes the Public Key Authentication Policy.

restrict-http-policy

Creates an HTTP version restriction policy.
Syntax
restrict-http-policy-policy pattern {on | off }
no restrict-http-policy-policy pattern
Parameters
pattern Specifies a shell-style match pattern that defines the URL set subject to this
?
The single character wildcard matches one occurrence of any single
character.
[]
The delimiters bracket a character or numeric range:
Matches 1, 2, 3, 4, or 5
[1-5]
Matches x or y
[xy]
Specifies the Crypto Key object used in the authentication process. This key
must reside on the appliance.
with.
key.
plaintext message to the server.
access the URL set defined by *datapower.com*.
# pubkeyauth *datapower.com* bob
#
# no pubkeyauth *datapower.com*
#
HTTP version restriction policy.
You can use wildcards to define a match pattern as follows:
*
The string wildcard matches 0 or more occurrences of any character.
?
The single character wildcard matches one occurrence of any single
character.
Chapter 87. User Agent configuration mode
717

Advertisement

Table of Contents
loading

Table of Contents