Installation guide
2. Open the CS.cfg file
and change the
authType value to the
client authentication
setting.
vim
/var/lib/pki-
ca/conf/CS.cfg
authType=sslclien
tauth
3. Open the server.xml
file and change the
clientAuth value to
true for the admin port,
in the admin connector
entry.
vim
/var/lib/pki-
ca/conf/server.x
ml
....
<Connector
port="9445"
maxHttpHeaderSiz
e="8192"
maxThreads="150"
minSpareThreads="
25"
maxSpareThreads="
75"
enableLookups="fa
lse"
disableUploadTim
eout="true"
acceptCount="100"
schem e="https"
secure="true"
clientAuth="true
"
sslProtocol="SSL"
4. Start the server.
service pki-ca
start
5. Configure the console.
Red Hat Certificate System 8.0 Red Hat Certificate System 8.0
34