Skip to content

Commit 3d72f0e

Browse files
updated from docker-builds
1 parent 5a1511e commit 3d72f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docker-images/pingfederate/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ this image.
114114
| PF_LOG_LEVEL | INFO | General log level -- provide custom log4j2.xml in profile for more detailed control valid values are OFF, ERROR, WARN, INFO, DEBUG NOTE: PF_LOG_LEVEL only applies to PF versions before 11.2.0 |
115115
| PF_ADMIN_PORT | 9999 | Defines the port on which the PingFederate administrative console and API runs. PF_RUN_PF_ADMIN_HTTPS_PORT will override this for PingFederate 11.3 and later. |
116116
| PF_ENGINE_PORT | 9031 | Defines the port on which PingFederate listens for encrypted HTTPS (SSL/TLS) traffic. PF_RUN_PF_HTTPS_PORT will override this for PingFederate 11.3 and later. |
117+
| PF_ENGINE_SECONDARY_PORT | -1 | Defines a secondary HTTPS port that can be used for mutual SSL/TLS (client X.509 certificate) authentication for both end users and protocol requests. PF_RUN_PF_HTTPS_SECONDARY_PORT (default 9032) will override this value. The default value of -1 disables the port in the product. |
117118
| PF_ENGINE_DEBUG | false | Flag to turn on PingFederate Engine debugging Used in run.sh |
118119
| PF_ADMIN_DEBUG | false | Flag to turn on PingFederate Admin debugging Used in run.sh |
119120
| PF_DEBUG_PORT | 9030 | Defines the port on which PingFederate opens up a java debugging port. Used in run.sh |

0 commit comments

Comments
 (0)