Revocation: integration testable

This commit is contained in:
Jakub Warmuz
2015-09-09 20:04:28 +00:00
parent bf754b6302
commit 302e3ceb7d
4 changed files with 32 additions and 14 deletions
+7
View File
@@ -54,6 +54,13 @@ do
[ "${dir}/${latest}" = "$live" ] # renewer fails this test
done
# revoke by account key
common revoke --cert-path /etc/conf/live/le.wtf/cert.pem
# revoke renewed
common revoke --cert-path /etc/conf/live/le1.wtf/cert.pem
# revoke by cert key
common revoke --cert-path /etc/conf/live/le2.wtf/cert.pem \
--key-path /etc/conf/live/le2.wtf/privkey.pem
if type nginx;
then