We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994228b commit 9b81ea3Copy full SHA for 9b81ea3
examples/extensions/plugins/openssl_sign/sign.py
@@ -1,8 +1,7 @@
1
"""
2
Plugin to sign/verify Conan packages with OpenSSL.
3
4
-Requirements: The following executables should be installed and in the PATH.
5
- - openssl
+You will need to have ``openssl`` installed at the system level and available in your ``PATH``.
6
7
To use this plugin, first generate a compatible keypair:
8
0 commit comments