#2800 closed task (fixed)
OpenSSL Testsuite
Reported by: | DJ Lucas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
OpenSLL test suite instructions recommend installing the config file into a directory that does not exist.
install -v ./apps/openssl.cnf /etc/ssl/
should become:
install -vd /etc/ssl && install -v apps/openssl.cnf /etc/ssl
Note:
See TracTickets
for help on using tickets.
Fixed at revision 7714.