aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-10-12 18:14:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-10-12 18:14:11 +0300
commit8fc0ccdc4d3c1d359e43f7d8c9e1e1ae529970e8 (patch)
tree9e41cda9cac8829869d7a48759edfe182d05ac97
parent64e4d05d45099a91dc845235eb08e47bd5fc43ec (diff)
Fix repository paths in comments in tests/cert.sh
-rwxr-xr-xtests/cert.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/cert.sh b/tests/cert.sh
index 156f588..7382636 100755
--- a/tests/cert.sh
+++ b/tests/cert.sh
@@ -6,8 +6,8 @@
# Copy default-cert.pem content to the certificate value of the following
# manifest files:
-# pkg/1/build2.org/auth/mismatched/signature/repositories
-# pkg/1/build2.org/auth/mismatched/sha256sum/repositories
+# pkg/1/build2.org/auth/signature-mismatch/repositories
+# pkg/1/build2.org/auth/sha256sum-mismatch/repositories
# pkg/1/build2.org/auth/signed/repositories
# pkg/1/build2.org/common/hello/repositories
#
@@ -15,13 +15,13 @@ openssl req -x509 -new -key key.pem -days 365 -config default-openssl.cnf > \
default-cert.pem
# Copy mismatch-cert.pem content to the certificate value of
-# pkg/1/build2.org/auth/mismatched/name/repositories manifest file.
+# pkg/1/build2.org/auth/name-mismatch/repositories manifest file.
#
openssl req -x509 -new -key key.pem -days 365 -config mismatch-openssl.cnf > \
mismatch-cert.pem
# Copy noemail-cert.pem content to the certificate value of
-# pkg/1/faulty/auth/noemail/repositories manifest file.
+# pkg/1/build2.org/auth/create-noemail/repositories manifest file.
#
openssl req -x509 -new -key key.pem -days 365 -config noemail-openssl.cnf > \
noemail-cert.pem
@@ -30,7 +30,7 @@ openssl req -x509 -new -key key.pem -days 365 -config noemail-openssl.cnf > \
# it expired for the testing purposes. But if you do, copy expired-cert.pem
# content to the certificate value of the following manifest files:
# pkg/1/build2.org/auth/expired/repositories
-# pkg/1/faulty/auth/expired/repositories
+# pkg/1/build2.org/auth/create-expired/repositories
#
# To regenerate the packages and signature manifest files run:
#