mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Move sample-config in integration, remove testdata
This commit is contained in:
parent
f53f982a22
commit
f05b187568
41 changed files with 9 additions and 9 deletions
|
|
@ -533,7 +533,7 @@ coverage report --fail-under 64 --include 'certbot/*' --show-missing
|
|||
# Test OCSP status
|
||||
|
||||
## OCSP 1: Check stale OCSP status
|
||||
pushd ./tests/letstest/testdata
|
||||
pushd ./tests/integration
|
||||
|
||||
OUT=`common certificates --config-dir sample-config`
|
||||
TEST_CERTS=`echo "$OUT" | grep TEST_CERT | wc -l`
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../../archive/a.encryption-example.com/cert1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/a.encryption-example.com/chain1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/a.encryption-example.com/fullchain1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/a.encryption-example.com/privkey1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/b.encryption-example.com/cert1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/b.encryption-example.com/chain1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/b.encryption-example.com/fullchain1.pem
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../archive/b.encryption-example.com/privkey1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/a.encryption-example.com/cert1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/a.encryption-example.com/chain1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/a.encryption-example.com/fullchain1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/a.encryption-example.com/privkey1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/b.encryption-example.com/cert1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/b.encryption-example.com/chain1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/b.encryption-example.com/fullchain1.pem
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../archive/b.encryption-example.com/privkey1.pem
|
||||
Loading…
Reference in a new issue