Bug 32944

Summary: Не создаются ключи
Product: Sisyphus Reporter: Chess <slchess>
Component: alterator-sslkeyAssignee: Mikhail Efremov <sem>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: nbr, sem
Version: unstable   
Hardware: all   
OS: Linux   

Description Chess 2016-12-26 17:06:55 MSK
не правильно вызывается 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
Comment 1 Repository Robot 2016-12-27 18:33:54 MSK
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).