Send feedback
Configuring TLS/SSL with external authentication
This section explains how to configure SSL for the external authorization server. For general
information, see TLS/SSL .
Install the external LDAP Certificate Services.
Obtain the Server Certificate. For example:
certutil -ca.cert client.crt
Change to your latest Java version home directory:
cd /usr/java/latest
Import the Server Certificate. For example:
sudo ./bin/keytool -import -keystore ./jre/lib/security/cacerts -file FULLY-QUALIFIED-PATH-TO-THE-CERT-FILE -alias CERT-ALIAS
Where CERT-ALIAS is optional, but recommended. Replace
CERT-ALIAS with a text name that you can use later to refer to the certificate, for
example if you want to delete it.
Note : The Default Keystore password used by Java is
changeit
. If this has been changed already you will need to get your sysadmin to
provide the keystore password so you add your certificate.
Open /opt/apigee/customer/application/management-server.properties
in a text
editor.
Change the conf_security_externalized.authentication.server.url
property value
as follows:
Old Value : ldap://localhost:389
New Value : ldaps://localhost:636
Restart the Management Server:
/opt/apigee/apigee-service/bin/apigee-service edge-management-server restart
Verify that the server is running:
/opt/apigee/apigee-service/bin/apigee-all status
Testing the installation
See the testing section at the end of Enabling
external authentication , and perform the same test described there.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-04-30 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-30 UTC."],[],[]]