summaryrefslogtreecommitdiff
path: root/gnu/services/certbot.scm
diff options
context:
space:
mode:
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