markt-de / puppet-acme

Centralized SSL certificate management using acme.sh and the ACME protocol
https://forge.puppet.com/markt/acme
Apache License 2.0
9 stars 17 forks source link

Support openssl >= 1.1.0 #4

Closed oxc closed 7 years ago

oxc commented 7 years ago

In openssl 1.1.0, the ocsp command's header flag changed from (the undocumented format) "-header key value" to "-header key=value". (see https://github.com/openssl/openssl/commit/7e1b7485706c2b11091b5fa897fe496a2faa56cc)

This change uses the openssl_version fact to determine which format to use in the deployed script.