aboutsummaryrefslogtreecommitdiff
path: root/doc/snippets/acme-staging-url.scm
diff options
context:
space:
mode:
authorArun Isaac2023-08-14 22:28:04 +0100
committerArun Isaac2023-08-14 22:29:05 +0100
commit7c8bc2c9eb661ee0468dd195ab6e8b7258662bc6 (patch)
treee08de50c646cf797248747b86c0916cd29e9ccca /doc/snippets/acme-staging-url.scm
parentbd1c918c98e7e9ebe4e2068e6dd45538cd69e7d8 (diff)
downloadguix-forge-7c8bc2c9eb661ee0468dd195ab6e8b7258662bc6.tar.gz
guix-forge-7c8bc2c9eb661ee0468dd195ab6e8b7258662bc6.tar.lz
guix-forge-7c8bc2c9eb661ee0468dd195ab6e8b7258662bc6.zip
doc: Add cgit setup how to.
* doc/forge.skb (How To): New chapter. * doc/snippets/acme-staging-url.scm, doc/snippets/how-to-set-up-cgit.scm: New files. * tissue.scm (#:indexed-documents): Index chapter-how-to.
Diffstat (limited to 'doc/snippets/acme-staging-url.scm')
-rw-r--r--doc/snippets/acme-staging-url.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/snippets/acme-staging-url.scm b/doc/snippets/acme-staging-url.scm
new file mode 100644
index 0000000..daa1052
--- /dev/null
+++ b/doc/snippets/acme-staging-url.scm
@@ -0,0 +1,4 @@
+(service acme-service-type
+ (acme-configuration
+ (email "foo@example.org")
+ (acme-url %letsencrypt-staging-url)))