diff options
Diffstat (limited to 'tests/certs')
-rw-r--r-- | tests/certs/interca.conf | 2 | ||||
-rw-r--r-- | tests/certs/rootca.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/certs/interca.conf b/tests/certs/interca.conf index 7a51ab5..dd3bab5 100644 --- a/tests/certs/interca.conf +++ b/tests/certs/interca.conf @@ -6,7 +6,7 @@ issuerAltName=issuer:copy authorityKeyIdentifier=keyid:always [ myca ] - dir = /home/twoflower/Projects/wget/tests/certs + dir = /home/twoflower/workdir/gnuwget/wget/tests/certs new_certs_dir = ./ unique_subject = no certificate = interca.crt diff --git a/tests/certs/rootca.conf b/tests/certs/rootca.conf index 7b2585a..79407af 100644 --- a/tests/certs/rootca.conf +++ b/tests/certs/rootca.conf @@ -6,7 +6,7 @@ issuerAltName=issuer:copy authorityKeyIdentifier=keyid:always [ myca ] - dir = /home/twoflower/Projects/wget/tests/certs + dir = /home/twoflower/workdir/gnuwget/wget/tests/certs new_certs_dir = ./ unique_subject = no certificate = $dir/test-ca-cert.pem |