• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.drone/H16-Oct-2019-

acmeendpoints/H16-Oct-2019-

acmeutils/H16-Oct-2019-

pebbletest/H16-Oct-2019-

.drone.ymlH A D16-Oct-2019273

README.mdH A D16-Oct-2019427

api-res.goH A D16-Oct-201913.1 KiB

api.goH A D16-Oct-201917.7 KiB

api_test.goH A D16-Oct-20193.4 KiB

nonce.goH A D16-Oct-20192.4 KiB

nonce_test.goH A D16-Oct-2019500

ocsp.goH A D16-Oct-20191.6 KiB

ocsp_test.goH A D16-Oct-20193.5 KiB

types.goH A D16-Oct-201914 KiB

types_test.goH A D16-Oct-2019348

util-errors.goH A D16-Oct-20191.5 KiB

util-retry.goH A D16-Oct-20191.4 KiB

util-retry_test.goH A D16-Oct-20192.2 KiB

README.md

1acmeapi
2=======
3
4This is an ACMEv2 protocol client library written in Go.
5
6[Godoc.](https://godoc.org/git.devever.net/hlandau/acmeapi)
7
8It targets the final version of the ACME specification.
9
10It deprecates [hlandau/acme/acmeapi](https://github.com/hlandau/acme), which
11implemented the `-02` version of the specification initially implemented by
12Let's Encrypt.
13
14    © 2017-2018 Hugo Landau <hlandau@devever.net>  MIT License
15
16