Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Griffith <cowlicks@riseup.net>2017-01-18 03:00:07 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-01-18 03:00:07 +0300
commit49d46ef99a69bd4a68771074c4f4e8facc4f148e (patch)
treeb1b21ea3a5d301f88b43315b2436f3452abe563b /tests/boulder-integration.sh
parent0fa307806e1c0220314dcbc378895c49bcb5d64d (diff)
Impelment account deactivation [revision requested] (#3571)
Impelment account deactivation
Diffstat (limited to 'tests/boulder-integration.sh')
-rwxr-xr-xtests/boulder-integration.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
index 30fc17f81..790e5a263 100755
--- a/tests/boulder-integration.sh
+++ b/tests/boulder-integration.sh
@@ -9,7 +9,7 @@
# Note: this script is called by Boulder integration test suite!
. ./tests/integration/_common.sh
-export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
+export PATH="$PATH:/usr/sbin" # /usr/sbin/nginx
export GOPATH="${GOPATH:-/tmp/go}"
export PATH="$GOPATH/bin:$PATH"
@@ -161,7 +161,8 @@ common revoke --cert-path "$root/conf/live/le.wtf/cert.pem"
common revoke --cert-path "$root/conf/live/le1.wtf/cert.pem"
# revoke by cert key
common revoke --cert-path "$root/conf/live/le2.wtf/cert.pem" \
- --key-path "$root/conf/live/le2.wtf/privkey.pem"
+ --key-path "$root/conf/live/le2.wtf/privkey.pem"
+
# Get new certs to test revoke with a reason, by account and by cert key
common --domains le1.wtf
common revoke --cert-path "$root/conf/live/le1.wtf/cert.pem" \
@@ -170,6 +171,9 @@ common --domains le2.wtf
common revoke --cert-path "$root/conf/live/le2.wtf/cert.pem" \
--key-path "$root/conf/live/le2.wtf/privkey.pem" \
--reason keyCompromise
+
+common unregister
+
if type nginx;
then
. ./certbot-nginx/tests/boulder-integration.sh