-
Notifications
You must be signed in to change notification settings - Fork 137
Configuring Connection to Internal Database
Endi S. Dewata edited this page Sep 14, 2023
·
2 revisions
internaldb.ldapconn.host=server.example.com internaldb.ldapconn.port=389 internaldb.ldapconn.secureConn=false
To enable SSL connection in PKI server, see Enabling SSL Connection with Internal Database.
To configure SSL connection in PKI server, edit CS.cfg
:
internaldb.ldapconn.host=server.example.com internaldb.ldapconn.port=636 internaldb.ldapconn.secureConn=true
Then restart PKI server:
$ systemctl restart [email protected]
In PKI 10.4 the TCP Keep-Alive option is enabled by default. It can be configured globally with the following parameter in CS.cfg
:
tcp.keepAlive=true
Java does not provide a way to configure other TCP Keep-Alive settings. They need to be configured in the following files in /proc/sys/net/ipv4
:
-
tcp_keepalive_intvl
-
tcp_keepalive_probes
-
tcp_keepalive_time
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |