summaryrefslogtreecommitdiff
path: root/gnu/services/certbot.scm
diff options
context:
space:
mode:
authorThéo Tyburn <theo.tyburn@posteo.net>2026-06-03 10:56:10 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:19 +0900
commitc62ebcd02c2eb190ab5dc157475ef4a93a1c7581 (patch)
treef178f262874978ac0be45e5499db5cc2d63248fe /gnu/services/certbot.scm
parent30cb1f541eb99b0fbbec1f8f29796151103c5f2b (diff)
doc: Move Commentary above module definition.
Merges: https://codeberg.org/guix/guix/pulls/9052 Reviewed-by: Ludovic Courtès <ludo@gnu.org> Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/services/certbot.scm')
-rw-r--r--gnu/services/certbot.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 7a7c2a9e00e..f1ab9149f6a 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -24,6 +24,12 @@
24;;; You should have received a copy of the GNU General Public License 24;;; You should have received a copy of the GNU General Public License
25;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 25;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
26 26
27;;; Commentary:
28;;;
29;;; Automatically obtaining TLS certificates from Let's Encrypt.
30;;;
31;;; Code:
32
27(define-module (gnu services certbot) 33(define-module (gnu services certbot)
28 #:use-module (gnu services) 34 #:use-module (gnu services)
29 #:use-module (gnu services base) 35 #:use-module (gnu services base)
@@ -42,12 +48,6 @@
42 certbot-configuration? 48 certbot-configuration?
43 certificate-configuration)) 49 certificate-configuration))
44 50
45;;; Commentary:
46;;;
47;;; Automatically obtaining TLS certificates from Let's Encrypt.
48;;;
49;;; Code:
50
51 51
52(define-record-type* <certificate-configuration> 52(define-record-type* <certificate-configuration>
53 certificate-configuration make-certificate-configuration 53 certificate-configuration make-certificate-configuration