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 | |
parent | cdbc374bc16ed0db1a4a206064bb090ac935d89d (diff) |
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'tests/auth')
-rwxr-xr-x | tests/auth/cert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/cert b/tests/auth/cert index 5cb1237..966796a 100755 --- a/tests/auth/cert +++ b/tests/auth/cert @@ -28,7 +28,7 @@ openssl req -x509 -new -key key.pem -days 1825 -config self-any-openssl.cnf > \ # Normally, you have no reason to regenerate expired-cert.pem, as need to keep # it expired for the testing purposes. But if you do, copy expired-cert.pem # content to the certificate value of the following manifest files: -# ../rep-auth/expired/repositories +# ../rep-auth/expired/repositories.manifest # # To regenerate the packages and signature manifest files run bpkg rep-create # command, for example: |