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:
authorErica Portnoy <ebportnoy@gmail.com>2017-02-24 05:31:23 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-02-24 05:31:23 +0300
commit52ce335ff095c8bfde7ee624c57fafef673c19af (patch)
treefb6e96ca5ec1fc48b19d4fdaa073239c3d107b16 /tests/boulder-integration.sh
parentb1a4280519b1a2d271e0e770a87a2a37915a381a (diff)
lineage_for_certname should return None if there is no existing renewal file (#4243)
* lineage_for_certname should return None if there is no existing renewal file * add unit test * add regression test to integration test * revent boulder-start to boulder-fetch
Diffstat (limited to 'tests/boulder-integration.sh')
-rwxr-xr-xtests/boulder-integration.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
index 2ddd3c04b..ca6f48e60 100755
--- a/tests/boulder-integration.sh
+++ b/tests/boulder-integration.sh
@@ -100,6 +100,8 @@ common certonly -a manual -d le.wtf --rsa-key-size 4096 \
common certonly -a manual -d dns.le.wtf --preferred-challenges dns,tls-sni \
--manual-auth-hook ./tests/manual-dns-auth.sh
+common certonly --cert-name newname -d newname.le.wtf
+
export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
OPENSSL_CNF=examples/openssl.cnf
./examples/generate-csr.sh le3.wtf