aboutsummaryrefslogtreecommitdiff
path: root/misc/localca/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/localca/doc.go')
-rw-r--r--misc/localca/doc.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/localca/doc.go b/misc/localca/doc.go
new file mode 100644
index 0000000..fb4e829
--- /dev/null
+++ b/misc/localca/doc.go
@@ -0,0 +1,10 @@
+// Package localca uses an autocert.Cache to store and generate TLS certificates
+// for domains on demand.
+//
+// This is kind of powerful, and as such it is limited to only generate
+// certificates as subdomains of a given domain.
+//
+// The design and implementation of this is kinda stolen from minica[1].
+//
+// [1]: https://github.com/jsha/minica
+package localca