You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`step` is an easy-to-use CLI tool for building, operating, and automating Public Key Infrastructure (PKI) systems and workflows.
13
-
It's the client counterpart to the [`step-ca` online Certificate Authority (CA)](https://github.com/smallstep/certificates).
13
+
It's also a client for the [`step-ca` online Certificate Authority (CA)](https://github.com/smallstep/certificates) server.
14
14
You can use it for many common crypto and X.509 operations—either independently, or with an online CA.
15
15
16
-
**Questions? Ask us on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://bit.ly/step-discord).**
16
+
**Questions? Ask us on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://u.step.sm/discord).**
@@ -82,10 +82,10 @@ Here's a quick example, combining `step oauth` and `step crypto` to get and veri
82
82
83
83
A plugin is an executable file named using the format `step-<name>-plugin`.
84
84
Plugins must be available in your `$PATH` or in the `$STEPPATH/plugins`
85
-
directory (`$HOME/.step`, by default).
85
+
directory (that's `$HOME/.step/plugins`, by default).
86
86
87
87
When you run `step <name>`, the CLI will automatically execute the corresponding
88
-
plugin if it exists.
88
+
plugin, if found.
89
89
90
90
Some known plugins include:
91
91
@@ -101,7 +101,7 @@ certificates, generate CSRs, sign tokens, and more using KMS-backed keys.
101
101
102
102
## Community
103
103
104
-
* Connect with `step` users on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://bit.ly/step-discord)
104
+
* Connect with `step` users on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://u.step.sm/discord)
105
105
*[Open an issue](https://github.com/smallstep/cli/issues/new/choose) and tell us what features you'd like to see
106
106
*[Contribute](./docs/CONTRIBUTING.md) to the `step` codebase
107
107
*[Follow Smallstep on Twitter](https://twitter.com/smallsteplabs)
0 commit comments