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

certbot-pebble-integration.sh « tests - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8711f72c18c72a7324d6a9ca9379e7eb9f3a91bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
# Simple integration test. Make sure to activate virtualenv beforehand
# (source venv/bin/activate) and that you are running Pebble test
# instance (see ./pebble-fetch.sh).

cleanup_and_exit() {
    EXIT_STATUS=$?
    unset SERVER
    exit $EXIT_STATUS
}

trap cleanup_and_exit EXIT

export SERVER=https://localhost:14000/dir

./tests/certbot-boulder-integration.sh