Skip to content

DSF Maven Plugin: Add ability to generate .password-files #332

@jaboehri

Description

@jaboehri

Related Problem

The DSF Maven Plugin allows generation of certain files by parsing the file name suffix e.g. .key-files containing the encrypted private keys of certificates. However, it is not yet possible to generate .password-files containing the password of the private key used for the certificate. But applications like the DSF FHIR server and BPE require this password as an environment variable. This feature would enable one to store to password once e.g. to include it into a docker-compose file in multiple locations and reduce frustration when not choosing the default password for certificate generation or changing it.

Describe the Solution You’d Like

The ability to add files ending with .password as targets to the certificate configuration.

Describe Alternatives You’ve Considered

I do not see any alternatives. The described solution is the only thing that makes sense to me

Metadata

Metadata

Assignees

Labels

Process APIIssue related to the process plugin APIenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions