Skip to content

Commit e18fcdc

Browse files
committed
Add a plugins section to the README
This commit adds a new Plugins section to the README with links to known plugins.
1 parent b578783 commit e18fcdc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,27 @@ Here's a quick example, combining `step oauth` and `step crypto` to get and veri
7878

7979
![Animated terminal showing step in practice](https://smallstep.com/images/blog/2018-08-07-unfurl.gif)
8080

81+
## Plugins
82+
83+
A plugin is an executable file named using the format `step-<name>-plugin`.
84+
Plugins must be available in your `$PATH` or in the `$STEPPATH/plugins`
85+
directory.
86+
87+
When you run `step <name>`, the CLI will automatically execute the corresponding
88+
plugin if it exists.
89+
90+
Some known plugins include:
91+
92+
- [**step-kms-proxy**](https://github.com/smallstep/step-kms-plugin): Manage
93+
keys and certificates stored in a KMS, including HSMs, TPMs, YubiKeys, the macOS
94+
Keychain, and cloud KMSs.
95+
- [**step-kmsproxy-plugin**](https://github.com/orbit-online/step-kmsproxy-plugin):
96+
Provides an HSM/KMS-backed authenticating proxy for mTLS services. Thanks to
97+
[@andsens](https://github.com/andsens) for creating and maintaining this plugin!
98+
99+
[`step-kms-proxy`] is also integrated directly into `step` to create
100+
certificates, generate CSRs, sign tokens, and more using KMS-backed keys.
101+
81102
## Community
82103

83104
* Connect with `step` users on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://bit.ly/step-discord)

0 commit comments

Comments
 (0)