-
Notifications
You must be signed in to change notification settings - Fork 137
Configuring Session ID Generator
Endi S. Dewata edited this page Jul 29, 2022
·
1 revision
The session ID generator configuration is stored in the web application context files:
<Manager secureRandomProvider="Mozilla-JSS" secureRandomAlgorithm="pkcs11prng"/>
Examples:
-
https://github.com/dogtagpki/pki/blob/master/base/ca/tomcat-9.0/conf/Catalina/localhost/ca.xml
-
https://github.com/dogtagpki/pki/blob/master/base/kra/tomcat-9.0/conf/Catalina/localhost/kra.xml
-
https://github.com/dogtagpki/pki/blob/master/base/ocsp/tomcat-9.0/conf/Catalina/localhost/ocsp.xml
-
https://github.com/dogtagpki/pki/blob/master/base/tks/tomcat-9.0/conf/Catalina/localhost/tks.xml
-
https://github.com/dogtagpki/pki/blob/master/base/tps/tomcat-9.0/conf/Catalina/localhost/tps.xml
-
https://github.com/dogtagpki/pki/blob/master/base/acme/tomcat-9.0/conf/Catalina/localhost/acme.xml
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |