-
Notifications
You must be signed in to change notification settings - Fork 9
Description
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