forked from TrueCloudLab/certificates
Merge pull request #357 from Dennis14e/patch-1
README: Fix url to step cli tool
This commit is contained in:
commit
896a7a508f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ACME is the protocol used by Let's Encrypt to automate the issuance of HTTPS cer
|
|||
- [`lego`](https://github.com/go-acme/lego) for Golang ([example usage](https://smallstep.com/blog/private-acme-server/#golanguploadsacme-golangpng-go-example))
|
||||
- certbot's [`acme` module](https://github.com/certbot/certbot/tree/master/acme) for Python ([example usage](https://smallstep.com/blog/private-acme-server/#pythonuploadsacme-pythonpng-python-example))
|
||||
- [`acme-client`](https://github.com/publishlab/node-acme-client) for Node.js ([example usage](https://smallstep.com/blog/private-acme-server/#nodejsuploadsacme-node-jspng-nodejs-example))
|
||||
- Our own [`step` CLI tool](github.com/smallstep/cli) is also an ACME client!
|
||||
- Our own [`step` CLI tool](https://github.com/smallstep/cli) is also an ACME client!
|
||||
- See our [ACME docs](https://smallstep.com/blog/private-acme-server/) for more
|
||||
|
||||
### 👩🏽💻 An online SSH Certificate Authority
|
||||
|
|
Loading…
Reference in a new issue