puppetlabs-java_ks
puppetlabs-java_ks copied to clipboard
Uses a combination of keytool and openssl to manage entries in a Java keystore
## Use Case If `keytool` does not exist, sensitive Password is not “redacted” in Error-Message: ``` Error: /Stage[main]/Myprofilemodule/Java_ks[myRootCA]/ensure: change from 'absent' to 'latest' failed: Execution of 'keytool -importcert -noprompt -alias...
(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.1`
## Use Case By default the java_ks module create the target file with owner `root` group `root` (on linux systems), while this can be "fixed" with a post ACL change...
Observe random errors in java_ks provider in PE2021.7.2 (puppet 7) environment, Amsazon Linux 2 agent, RHEL8 server ``` change from 'present' to 'latest' failed: Execution of 'keytool -v -printcert -file...
## Describe the Bug Consider java_ks { "$cert_alias:$truststore_path": ensure => latest, certificate => $cert_path_unique, trustcacerts => true, password => $truststore_passwd } If $cert_path_unique is a pem file which contains an...
(PF-3525) - pdk update for module pdk version: `3.2.0`