From 43833e54f093f6b0a425598610a8695985ae270d Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Thu, 20 Aug 2020 16:43:05 +0200 Subject: [PATCH] README: Fix url to step cli tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033e365d..05574c7c 100644 --- a/README.md +++ b/README.md @@ -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