Age | Commit message (Expand) | Author |
---|---|---|
2024-10-04 | acme: Update first time message.•••The first time message was out of date. It mentioned `/usr/bin/acme register' which we no longer have. * guix/forge/acme.scm (acme-activation): Update first time message. | Arun Isaac |
2024-07-29 | acme: uacme: Update to 1.7.5.•••* guix/forge/acme.scm (uacme): Update to 1.7.5. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> | jgart |
2023-12-19 | acme: Combine deploy hooks into a file-like object, not a raw G-exp.•••* guix/forge/acme.scm (acme-service-type): Combine deploy hooks into a file-like object, not a raw G-expression. | Arun Isaac |
2023-09-18 | acme: Import (ice-9 match) in acme-renew G-expression.•••* guix/forge/acme.scm (acme-renew): Import (ice-9 match) in G-expression. | Arun Isaac |
2023-08-09 | acme: Add ACME service.•••* guix/forge/acme.scm: Import shadow from (gnu packages admin), nss-certs from (gnu packages certs), (gnu services), (gnu services mcron), (gnu system shadow), (guix diagnostics), (guix i18n), (guix profiles), (guix records), (srfi srfi-1) and (ice-9 match). (%letsencrypt-production-url, %letsencrypt-staging-url): New variables. (<acme-configuration>, <acme-rsa-key>, <acme-ecdsa-key>, <acme-certificate>): New record types. (acme-http-01-webroot-authorization-hook, acme-http-01-webroot-cleanup-hook): New public functions. (acme-key-length, uacme-hook, acme-activation, acme-renew, acme-helper, acme-helper-sudo-wrapper, acme-special-files, acme-cron-job, raise-to-top): New functions. (%acme-accounts, acme-service-type): New variables. * doc/forge.skb (Services)[ACME service]: New section. | Arun Isaac |
2023-08-09 | acme: Add uacme.•••* guix/forge/acme.scm: New file. | Arun Isaac |