-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bitnami/ejbca] Release ejbca-8.3.2-debian-12-r9 (#75923)
Signed-off-by: Bitnami Bot <[email protected]>
- Loading branch information
1 parent
d100407
commit 9c16054
Showing
6 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ rolling-tags: | |
- "8" | ||
- 8-debian-12 | ||
- 8.3.2 | ||
- latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,31 +153,31 @@ You can also do this with a minor change to the [`docker-compose.yml`](https://g | |
|
||
#### Customizable environment variables | ||
|
||
| Name | Description | Default Value | | ||
|--------------------------------------|-------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `EJBCA_WILDFLY_ADMIN_USER` | Wildfly admin user | `admin` | | ||
| `EJBCA_WILDFLY_ADMIN_PASSWORD` | Wildfly admin password | `nil` | | ||
| `EJBCA_SERVER_CERT_FILE` | Server cert file | `nil` | | ||
| `EJBCA_SERVER_CERT_PASSWORD` | Server cert file password. | `nil` | | ||
| `EJBCA_HTTP_PORT_NUMBER` | Wildfly http port number | `8080` | | ||
| `EJBCA_HTTPS_PORT_NUMBER` | Wilfly https port number | `8443` | | ||
| `EJBCA_HTTPS_ADVERTISED_PORT_NUMBER` | Rendered port for administrator login URL | `$EJBCA_HTTPS_PORT_NUMBER` | | ||
| `EJBCA_ADMIN_USERNAME` | EJBCA administrator username | `superadmin` | | ||
| `EJBCA_ADMIN_PASSWORD` | EJBCA administrator password. | `Bitnami1234` | | ||
| `EJBCA_DATABASE_FLAVOR` | EJBCA database flavor | `mariadb` | | ||
| `EJBCA_DATABASE_HOST` | Database hostname | `nil` | | ||
| `EJBCA_DATABASE_PORT` | Database port number. | `3306` | | ||
| `EJBCA_DATABASE_NAME` | EJBCA database name. | `nil` | | ||
| `EJBCA_DATABASE_USERNAME` | EJBCA database username. | `nil` | | ||
| `EJBCA_DATABASE_PASSWORD` | EJBCA database password. | `nil` | | ||
| `EJBCA_CA_NAME` | CA name. | `ManagementCA` | | ||
| `JAVA_OPTS` | JVM options | `-Xms2048m -Xmx2048m -Djava.net.preferIPv4Stack=true -Dhibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb` | | ||
| `EJBCA_SMTP_HOST` | SMTP hostname | `localhost` | | ||
| `EJBCA_SMTP_PORT` | SMTP port | `25` | | ||
| `EJBCA_SMTP_FROM_ADDRESS` | SMTP from address | `[email protected]` | | ||
| `EJBCA_SMTP_TLS` | SMTP enable TLS | `false` | | ||
| `EJBCA_SMTP_USERNAME` | SMTP username | `nil` | | ||
| `EJBCA_SMTP_PASSWORD` | SMTP password | `nil` | | ||
| Name | Description | Default Value | | ||
|--------------------------------------|-------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `EJBCA_WILDFLY_ADMIN_USER` | Wildfly admin user | `admin` | | ||
| `EJBCA_WILDFLY_ADMIN_PASSWORD` | Wildfly admin password | `nil` | | ||
| `EJBCA_SERVER_CERT_FILE` | Server cert file | `nil` | | ||
| `EJBCA_SERVER_CERT_PASSWORD` | Server cert file password. | `nil` | | ||
| `EJBCA_HTTP_PORT_NUMBER` | Wildfly http port number | `8080` | | ||
| `EJBCA_HTTPS_PORT_NUMBER` | Wilfly https port number | `8443` | | ||
| `EJBCA_HTTPS_ADVERTISED_PORT_NUMBER` | Rendered port for administrator login URL | `$EJBCA_HTTPS_PORT_NUMBER` | | ||
| `EJBCA_ADMIN_USERNAME` | EJBCA administrator username | `superadmin` | | ||
| `EJBCA_ADMIN_PASSWORD` | EJBCA administrator password. | `Bitnami1234` | | ||
| `EJBCA_DATABASE_FLAVOR` | EJBCA database flavor | `mariadb` | | ||
| `EJBCA_DATABASE_HOST` | Database hostname | `nil` | | ||
| `EJBCA_DATABASE_PORT` | Database port number. | `3306` | | ||
| `EJBCA_DATABASE_NAME` | EJBCA database name. | `nil` | | ||
| `EJBCA_DATABASE_USERNAME` | EJBCA database username. | `nil` | | ||
| `EJBCA_DATABASE_PASSWORD` | EJBCA database password. | `nil` | | ||
| `EJBCA_CA_NAME` | CA name. | `ManagementCA` | | ||
| `JAVA_OPTS` | JVM options | `-Xms2048m -Xmx2048m -Djava.net.preferIPv4Stack=true -Dhibernate.dialect=org.hibernate.dialect.MySQLDialect -Dhibernate.dialect.storage_engine=innodb` | | ||
| `EJBCA_SMTP_HOST` | SMTP hostname | `localhost` | | ||
| `EJBCA_SMTP_PORT` | SMTP port | `25` | | ||
| `EJBCA_SMTP_FROM_ADDRESS` | SMTP from address | `[email protected]` | | ||
| `EJBCA_SMTP_TLS` | SMTP enable TLS | `false` | | ||
| `EJBCA_SMTP_USERNAME` | SMTP username | `nil` | | ||
| `EJBCA_SMTP_PASSWORD` | SMTP password | `nil` | | ||
|
||
#### Read-only environment variables | ||
|
||
|