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.
- Host: GitHub
- URL: https://github.com/galdor/go-acme
- Owner: galdor
- License: isc
- Created: 2024-06-15T21:00:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-29T16:04:06.000Z (3 months ago)
- Last Synced: 2025-06-29T17:20:25.497Z (3 months ago)
- Topics: acme, acme-client, acme-v2
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.