| Summary: | Не создаются ключи | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Chess <slchess> |
| Component: | alterator-sslkey | Assignee: | Mikhail Efremov <sem> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | cas, nbr, sem |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
не правильно вызывается 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