diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 16:49:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 17:25:16 +0300 |
commit | 22e35bf80cea95dc1edce22e729199f61a6fedcd (patch) | |
tree | e8b00be480a8a1b57641f23e1f7d09fb0a8bad1a /tests/auth.test | |
parent | cdbc374bc16ed0db1a4a206064bb090ac935d89d (diff) |
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'tests/auth.test')
-rw-r--r-- | tests/auth.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth.test b/tests/auth.test index 3669894..bb5fdfd 100644 --- a/tests/auth.test +++ b/tests/auth.test @@ -14,8 +14,8 @@ cert = $src_base/auth/default-cert.pem # +set cert_fp <<<$src_base/auth/default-cert-fp -# Manifest certificate name/value. Can be appended to the repositories file to -# sign the repository. +# Manifest certificate name/value. Can be appended to the repositories.manifest +# file to sign the repository. # cert_manifest = $~/cert-manifest +echo 'certificate: \' >=$cert_manifest |