Skip to content

Commit b0097da

Browse files
authored
Apply suggestion from @danimtb
1 parent 7f0aba7 commit b0097da

File tree

1 file changed

+4
-4
lines changed
  • examples/extensions/plugins/openssl_sign

1 file changed

+4
-4
lines changed

examples/extensions/plugins/openssl_sign/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Steps to test the example:
55

66
- Copy the ``sign.py`` file to your Conan home at ```CONAN_HOME/extensions/plugins/sign/sign.py```.
77
- Generate your signing keys (see comment at the top of the ``sign.py`` file) and place them inside a folder with the name of your provider (``my-organization`` in the example) next to the ``sign.py`` file (``CONAN_HOME/extensions/sign/my-organization/<keys>``).
8-
- Generate a new project to test the sign and verify commands: ``conan new cmake_lib -d name=hello -d version=1.0``.
9-
- Create the package: ``conan create``.
10-
- Sign the package: ``conan cache sign hello/1.0``.
11-
- Verify the package signature: ```conan cache verify hello/1.0```.
8+
- Generate a new project to test the sign and verify commands: ``conan new cmake_lib -d name=hello -d version=1.0``
9+
- Create the package: ``conan create``
10+
- Sign the package: ``conan cache sign hello/1.0``
11+
- Verify the package signature: ```conan cache verify hello/1.0```
1212
- You can also use the ``conan install`` command, and the packages should be verified automatically when they are downloaded from a remote.

0 commit comments

Comments
 (0)