An open API service indexing awesome lists of open source software.

https://github.com/galdor/go-acme

An ACME client.
https://github.com/galdor/go-acme

acme acme-client acme-v2

Last synced: 7 days ago
JSON representation

An ACME client.

Awesome Lists containing this project

README

          

# go-acme
## Introduction
The go-acme library contains a client for the ACME protocol and aims to simplify
the creation of servers with automatic TLS certificate management.

## Usage
Refer to the [Go package
documentation](https://pkg.go.dev/go.n16f.net/acme/pkg/acme) for information
about the API.

See the [`acme` program](cmd/acme/main.go) for a practical use case.

## Licensing
Go-acme is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.

## Contributions
### Bug reporting
I am thankful for any bug report. Feel free to open issues and include as much
useful information as possible. I cannot however guarantee that I will fix every
bug.

### Ideas and feature suggestions
Ideas about current systems and suggestions for new ones are welcome, either on
GitHub discussions or by [email](mailto:nicolas@n16f.net).

You can also [hire me](mailto:nicolas@exograd.com) for support or to develop
specific features.