Configure Entrust properties
- Unzip the sample implementation (gd-ca-adapters.zip).
- In the unzipped files, navigate to src/main/resources and make a back-up copy ofentrustMdmWs.propertiesin case you want to use the default file at a later date.
- In the unzipped files, navigate to src/main/resources and openentrustMdmWs.propertiesin your preferred editor.
- Specify the appropriate value for each of the following properties. You do not need to enclose the values in quotation marksPropertyOptional or RequiredDescriptionentrust.service.urlRequiredThis is the URL of theEntrustservice.entrust.loginRequiredThis is the login name for yourEntrustaccount.entrust.passwordRequiredThis is the Base64 encoded password for yourEntrustaccount.entrust.digital.id.config.nameRequiredThis is the Digital Id Configuration provided to you byEntrust.request.userNameRequiredThis is the username to use in requests to theEntrustservice.request.userEmailRequiredThis is the email address to use in requests to theEntrustservice.entrust.P12LatestKeyOnly=trueOptionalhis is a boolean value that must be true to obtain the history of an uploaded PKCS12 certificate.entrust.iggroupOptionalYou can use this property to create a Domain Name (DN) in the certificate for an individual Active Directory group. Use this property in combination with entrust.deviceType and entrust.deviceId.If you leave this property blank, the implementation generates a random string to obtain a unique certificate.entrust.deviceTypeOptionalhis can be any arbitrary string. If you leave this property blank, the implementation generates a random string to obtain a unique certificate.entrust.deviceIdOptionalhis can be any arbitrary string. If you leave this property blank, the implementation generates a random string to obtain a unique certificate.
- Save and close the file.