Bug 32944 - Не создаются ключи
Summary: Не создаются ключи
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-sslkey (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Mikhail Efremov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-26 17:06 MSK by Chess
Modified: 2016-12-27 18:33 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).