sous-chefs / java

Development repository for the java cookbook
https://supermarket.chef.io/cookbooks/java
Apache License 2.0
386 stars 637 forks source link

add starttls property to java_certificate resource #635

Closed freakinhippie closed 3 years ago

freakinhippie commented 3 years ago

Signed-off-by: Joshua Colson joshua.colson@gmail.com

Description

This adds the ability to fetch a TLS certificate from an endpoint that speaks a dialect of TLS other than HTTPS.

Some refactoring of the tests suites is included because it seems that the java_certificate resource was not being tested in many cases. Also, the adoptopenjdk* fixture recipes were simplified to a single recipe using attributes.

Issues Resolved

634

Check List