This repository contains simple bash scripts for a full ACME order/authorization process. It's the very minmal version of acme.sh, just enough to understand the key concepts and messages.
- RFC 8555, the ACME spec
- acme.sh, full bash implementation, learned a lot from there
- jwker: external tool for PEM -> JWK conversion
- jws / jose rfc: used for the REST requests