https://github.com/dajudge/acme-server
A Java server implementation of the ACME v2 protocol.
https://github.com/dajudge/acme-server
Last synced: 10 months ago
JSON representation
A Java server implementation of the ACME v2 protocol.
- Host: GitHub
- URL: https://github.com/dajudge/acme-server
- Owner: dajudge
- License: apache-2.0
- Created: 2020-03-16T12:25:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T14:47:59.000Z (over 6 years ago)
- Last Synced: 2025-08-26T02:02:33.817Z (10 months ago)
- Language: Java
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACME server
A Java server implementation of the [ACME v2](https://tools.ietf.org/html/rfc8555) protocol.
## Disclaimer
___DO NOT USE THIS IN PRODUCTION!___
This is work in progress. Many mandatory security features are not implemented,7
yet.