From 9864821f976b3de355138c12f287a19fdced67df Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 4 Oct 2024 14:27:28 +0100 Subject: 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. --- guix/forge/acme.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'guix') diff --git a/guix/forge/acme.scm b/guix/forge/acme.scm index 683a51c..231608e 100644 --- a/guix/forge/acme.scm +++ b/guix/forge/acme.scm @@ -1,5 +1,5 @@ ;;; guix-forge --- Guix software forge meta-service -;;; Copyright © 2023 Arun Isaac +;;; Copyright © 2023, 2024 Arun Isaac ;;; Copyright © 2024 jgart ;;; ;;; This file is part of guix-forge. @@ -333,9 +333,10 @@ tls_www_server ;; exists. (unless (file-exists? #$(string-append state-directory "/private/key.pem")) (display " -If this is the first time you are using the acme service, please -register by running `/usr/bin/acme register' and initialize your -certificates by running `/usr/bin/acme renew' +This seems to be the first time you are using the acme service. The +acme service starts out with self-signed certificates. Please run +`/usr/bin/acme renew' to get CA-issued certificates. Thereafter, +certificates will auto-renew via a cron job. ")))))) -- cgit v1.2.3