Configuring the AS ABAP to Use X.509 Client Certificates
Prerequisites
The AS ABAP is enabled to use SSL. For more information, see Configuring the AS ABAP for Supporting SSL.
Context
You can use this procedure to enable the use of client certificates for authentication with SAP NetWeaver Application Server (AS) ABAP.
Procedure
-
Set the profile parameter icm/HTTPS/verify_client to the value 1 (accept certificates) or 2 (require certificates).
-
Restart the IC manager using transaction SMICM.
-
Maintain the SSL server PSE of the server.
Use the trust manager (transaction STRUST) and import the root certificate of the issuing CA into the certificate list of this PSE.
-
Map users to the distinguished names of their certificates.
Results
The AS ABAP can accept X.509 client certificates for user authentication.