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
Copy file name to clipboardexpand all lines: tutorials/acme-protocol-acme-clients.mdx
+4-7
Original file line number
Diff line number
Diff line change
@@ -415,9 +415,9 @@ Hello, mike@smallstep.com`}
415
415
416
416
### Golang
417
417
418
-
[lego][] is an ACME client library written in Go.
418
+
[lego][] is an ACME client CLI and library written in Go.
419
419
You can use it to obtain a certificate from `step-ca` programmatically.
420
-
You can find an example of this code here: [https://gist.github.com/mmalone/abce3c30df96972ed47f3298543be345](https://gist.github.com/mmalone/abce3c30df96972ed47f3298543be345)
420
+
You can find an example of this code here: [https://gist.github.com/ldez/e975a1026b704e55f1d1f85143b377b7](https://gist.github.com/ldez/e975a1026b704e55f1d1f85143b377b7)
421
421
422
422
[lego]: https://github.com/go-acme/lego
423
423
@@ -430,12 +430,9 @@ Fetch the required dependencies and start the server:
430
430
431
431
<CodeBlock
432
432
language="shell-session"
433
-
copyText="go get golang.org/x/net/http2 && go get github.com/go-acme/lego && go run acme.go"
0 commit comments