commit | 1e0867cfbc5bd6ec028a5c8eaa4386b2a402eb37 | [log] [tgz] |
---|---|---|
author | Aurélien Nephtali <aurelien.nephtali@corp.ovh.com> | Wed Apr 18 14:04:58 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 26 14:20:09 2018 +0200 |
tree | 41be8998cc16e97288028a14c9cd917ce5e5c492 | |
parent | 25650ce5139ba5e8552930a1cc0c0c5c45e9e4d1 [diff] |
MINOR: ssl: Add payload support to "set ssl ocsp-response" It is now possible to use a payload with the "set ssl ocsp-response" command. These syntaxes will work the same way: # echo "set ssl ocsp-response $(base64 -w 10000 ocsp.der)" | \ socat /tmp/sock1 - # echo -e "set ssl ocsp-response <<\n$(base64 ocsp.der)\n" | \ socat /tmp/sock1 - Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>