не правильно вызывается ssl_make_key в /usr/lib/alterator/backend3/sslkey @@ -181,7 +181,7 @@ if [ -n "$sslconf" ]; then rm -f "$SSL_KEYDIR/$1.key" rm -f "$SSL_CSRDIR/$1.csr" - ssl_make_key "$1" "$sslconf" + ssl_make_key "$1" ssl_make_req "$1" "$sslconf" rm "$sslconf" fi
alterator-sslkey-0.2.4-alt1 -> sisyphus: * Tue Dec 27 2016 Mikhail Efremov <sem@altlinux> 0.2.4-alt1 - Show error message if key/request were not created. - Fix creating key (closes: #32944).