Describe the Bug
Consider
java_ks { "$cert_alias:$truststore_path":
certificate => $cert_path_unique,
chain => $chain_path_unique,
trustcacerts => true,
password => $truststore_passwd
}
According to the documentation, I thought it would upgrade the keystore with the chain but it's not.
Same thing with the certificate params if $cert_path_unique contains the intermediate and the leaf.
Expected Behavior
The keystore should contain the certificate and the intermediate.
Environment
- Version [5.1.1]
- Platform [puppet 8 rhel 9]
Am I missing something ?
Describe the Bug
Consider
According to the documentation, I thought it would upgrade the keystore with the chain but it's not.
Same thing with the certificate params if
$cert_path_uniquecontains the intermediate and the leaf.Expected Behavior
The keystore should contain the certificate and the intermediate.
Environment
Am I missing something ?