All Projects → shred → Acme4j

shred / Acme4j

Licence: apache-2.0
Java client for ACME (Let's Encrypt)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Acme4j

lets-encrypt-azure
Azure function based Let's Encrypt automation for Azure CDN & app services
Stars: ✭ 60 (-83.78%)
Mutual labels:  letsencrypt
Openshift Acme
ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
Stars: ✭ 287 (-22.43%)
Mutual labels:  letsencrypt
Keyvault Acmebot
Automated ACME issuer for Azure Key Vault (App Gateway / Front Door / CDN / others)
Stars: ✭ 336 (-9.19%)
Mutual labels:  letsencrypt
full-stack-flask-couchdb
Full stack, modern web application generator. Using Flask, CouchDB as database, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 28 (-92.43%)
Mutual labels:  letsencrypt
Appservice Acmebot
Automated ACME issuer for Azure App Service (Web Apps / Functions / Containers)
Stars: ✭ 281 (-24.05%)
Mutual labels:  letsencrypt
Rancher Letsencrypt
🐮 Rancher service that obtains and manages free SSL certificates from the Let's Encrypt CA
Stars: ✭ 318 (-14.05%)
Mutual labels:  letsencrypt
ssss
Stupid Simple Seedbox Script
Stars: ✭ 19 (-94.86%)
Mutual labels:  letsencrypt
Letsencrypt Webfaction
LetsEncrypt utility client for WebFaction hosts.
Stars: ✭ 362 (-2.16%)
Mutual labels:  letsencrypt
Docker Nginx Auto Ssl
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
Stars: ✭ 282 (-23.78%)
Mutual labels:  letsencrypt
Ubnt Letsencrypt
Let's Encrypt setup instructions for Ubiquiti EdgeRouter
Stars: ✭ 341 (-7.84%)
Mutual labels:  letsencrypt
docker-haproxy-certbot
Dockerized HAProxy with Let's Encrypt certificates automatic renewal
Stars: ✭ 28 (-92.43%)
Mutual labels:  letsencrypt
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-27.3%)
Mutual labels:  letsencrypt
Certmagic
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
Stars: ✭ 3,864 (+944.32%)
Mutual labels:  letsencrypt
k8s-openresty-streaming
Full-fledged media streaming server with OpenResty and rtmp module
Stars: ✭ 37 (-90%)
Mutual labels:  letsencrypt
Certes
A client implementation for the Automated Certificate Management Environment (ACME) protocol
Stars: ✭ 357 (-3.51%)
Mutual labels:  letsencrypt
letsencrypt-to-vault
Renew or get Let's Encrypt certificates and send it to Hashicorp Vault
Stars: ✭ 84 (-77.3%)
Mutual labels:  letsencrypt
Acme Client Quick
get let's encrypt cert in five minutes
Stars: ✭ 295 (-20.27%)
Mutual labels:  letsencrypt
Serverpilot Letsencrypt
(NO LONGER MAINTAINED) | Bash script to generate and install Let's Encrypt certificate for your websites on your ServerPilot account (Free or Paid Plan)
Stars: ✭ 370 (+0%)
Mutual labels:  letsencrypt
Pebble
A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority. Let's Encrypt is hiring! Work on Pebble with us.
Stars: ✭ 359 (-2.97%)
Mutual labels:  letsencrypt
Acme Client
Let's Encrypt / ACME client written in PHP for the CLI.
Stars: ✭ 337 (-8.92%)
Mutual labels:  letsencrypt

ACME Java Client build status maven central

This is a Java client for the Automatic Certificate Management Environment (ACME) protocol as specified in RFC 8555.

ACME is a protocol that a certificate authority (CA) and an applicant can use to automate the process of verification and certificate issuance.

This Java client helps connecting to an ACME server, and performing all necessary steps to manage certificates.

It is an independent open source implementation that is not affiliated with or endorsed by Let's Encrypt.

Features

  • Mature and stable code base. First release was in December 2015!
  • Fully RFC 8555 compliant
  • Supports the http-01, dns-01, and tls-alpn-01 (RFC 8737) challenges
  • Supports RFC 8738 IP identifier validation
  • Supports RFC 8739 short-term automatic certificate renewal (experimental)
  • Easy to use Java API
  • Requires JRE 8 (update 101) or higher. For building the project, Java 9 or higher is required.
  • Built with maven, packages available at Maven Central
  • Extensive unit and integration tests

Dependencies

  • jose4j
  • slf4j
  • Bouncy Castle - If you have other means of generating key pairs and CSRs, you can even do without acme4j-utils and Bouncy Castle as dependency.

Usage

Contribute

License

acme4j is open source software. The source code is distributed under the terms of Apache License 2.0.

Acknowledgements

  • I would like to thank Brian Campbell and all the other jose4j developers. acme4j would not exist without your excellent work.
  • Thanks to Daniel McCarney for his help with the ACME protocol, Pebble, and Boulder.
  • Ulrich Krause for his help to make acme4j run on IBM Java VMs.
  • I also like to thank everyone who contributed to acme4j.
  • JetBrains kindly provided a free open source license for IntelliJ IDEA.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].