From f8fdb500cc705e2b8b4a74166ceb2c6d8cee3fd3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 14:02:11 +0300 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/auth.testscript | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/auth.testscript (limited to 'tests/auth.testscript') diff --git a/tests/auth.testscript b/tests/auth.testscript new file mode 100644 index 0000000..06886db --- /dev/null +++ b/tests/auth.testscript @@ -0,0 +1,23 @@ +# file : tests/auth.testscript +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +# OpenSSL passwordless private key. +# +key = $src_base/auth/key.pem + +# Repository certificate generated with the above private key. +# +cert = $src_base/auth/default-cert.pem + +# Repository certificate fingerprint. +# ++set cert_fp <<<$src_base/auth/default-cert-fp + +# Manifest certificate name/value. Can be appended to the repositories.manifest +# file to sign the repository. +# +cert_manifest = $~/cert-manifest ++echo 'certificate: \' >=$cert_manifest ++cat <<<$cert >+$cert_manifest ++echo '\' >+$cert_manifest -- cgit v1.1