You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**CERTNAME**| The DNS name used on this services SSL certificate<br><br>`openvoxdb`|
67
70
|**DNS_ALT_NAMES**| Additional DNS names to add to the services SSL certificate<br><br>Unset |
68
71
|**LOGDIR**| Path of the log directory<br><br>`/opt/puppetlabs/server/data/puppetdb/logs`|
69
72
|**OPENVOXDB_CERTIFICATE_ALLOWLIST**| Set to a comma seaprated list of allowed certnames.<br><br>`""`|
70
-
| **OPENVOXDB_JAVA_ARGS** | Arguments passed directly to the JVM when starting the service<br><br>`-Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m -XX:+UseParallelGC -Xlog:gc*:file=$LOGDIR/openvoxdb_gc.log -Djdk.tls.ephemeralDHKeySize=2048` |<!-- markdownlint-disable-line -->
73
+
|**OPENVOXDB_JAVA_ARGS**| Arguments passed directly to the JVM when starting the service<br><br>`-Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m -XX:+UseParallelGC -Xlog:gc*:file=$LOGDIR/openvoxdb_gc.log -Djdk.tls.ephemeralDHKeySize=2048`|
71
74
|**OPENVOXDB_NODE_PURGE_TTL**| Automatically delete nodes that have been deactivated or expired for the specified amount of time<br><br>`14d`|
72
75
|**OPENVOXDB_NODE_TTL**| Mark as ‘expired’ nodes that haven’t seen any activity (no new catalogs, facts, or reports) in the specified amount of time<br><br>`7d`|
73
76
|**OPENVOXDB_POSTGRES_DATABASE**| The name of the openvoxdb database in postgres<br><br>`openvoxdb`|
|**SSLDIR**| Path of the SSL directory<br><br>`/opt/puppetlabs/server/data/puppetdb/certs`|
85
88
|**USE_OPENVOXSERVER**| Set to `false` to skip acquiring SSL certificates from a OpenVox Server.<br><br>`true`|
86
89
|**WAITFORCERT**| Number of seconds to wait for certificate to be signed<br><br>`120`|
90
+
<!-- markdownlint-enable line-length -->
91
+
<!-- markdownlint-enable table-column-style -->
87
92
88
93
### Cert File Locations
89
94
90
-
The directory structure follows the following conventions. The full path is always available inside the container as the environment variable `$SSLDIR`
95
+
The directory structure follows the following conventions. The full path is always available inside the container as the environment variable `$SSLDIR`
0 commit comments