]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
ensure newline before new section in openssl.cnf
author27o <27o@users.noreply.github.com>
Mon, 12 Apr 2021 06:47:22 +0000 (08:47 +0200)
committerLukas Schauer <lukas@schauer.dev>
Fri, 23 Apr 2021 00:03:23 +0000 (02:03 +0200)
commit91cccc0c234e4decf0a19595fa19a6f306788032
tree788fde15862f681952608c3724b7e841c155b495
parentab016803ddb875f9c6175f0bf9955df4bb12ba0e
ensure newline before new section in openssl.cnf

openssl.cnf may not end with a newline. The section [SAN] will then not be found as it is added to the last line of openssl.cnf.
dehydrated