Sorry i dont get ur question.
U find described information here https://gluu.org/docs/gluu-server/4.0/operation/replace-expired-jks-scim/
1. Log in to the
>> sudo su service gluu-server-3.1.5 login
2. Backup Certs
>> mkdir /home/backup/certs
>> cp /etc/certs/*.* /home/backup/certs/
3. Get Password
Grab the password/keypass/keypasswd of your oxauth jsk with:
>> cat /install/community-edition-setup/setup.properties.last | grep -i
oxauth_openid_jks_pass
4. Replace above oxauth_openid_jks_pass in below command and run command.
>> /opt/jre/bin/java -Dlog4j.defaultInitOverride=true -cp "/home/jetty/lib/*" org.gluu.oxauth.util.KeyGenerator -keystore oxauth-keys.jks -keypasswd <oxauth_openid_jks_pass> -sig_keys RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512 RSA1_5 -enc_keys RSA1_5 RSA-OAEP -dnname "CN=oxAuth CA Certificates" -expiration 365 > oxauth-keys.json
Depending on version u have change org.gluu.oxauth.util.KeyGenerator to
org.xdi.oxauth.util.KeyGenerator
Then get content from oxauth-keys.json
Then u have use JXexplorer to update in ldap