summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/index.md')
-rw-r--r--docs/reference/plugins/index.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/reference/plugins/index.md b/docs/reference/plugins/index.md
deleted file mode 100644
index 1b0e617..0000000
--- a/docs/reference/plugins/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-sidebar: reference
----
-
-# Plugins
-
-Conceptually win-acme works by chaining together five components also known as plugins, which can be mixed and matched to support many use cases.
-
-- A [target plugin](/win-acme/reference/plugins/target/) provides information about (potential) certificates to create.
-- A [validation plugin](/win-acme/reference/plugins/validation/) provides the ACME server with proof that you own the domain(s).
-- A [CSR plugin](/win-acme/reference/plugins/csr/) determines the (type of) private key and extensions to use for the certificate.
-- One or more [store plugins](/win-acme/reference/plugins/store/) place the certificate in a specific location and format.
-- One or more [installation plugins](/win-acme/reference/plugins/installation/) make changes to your application(s) configuration. \ No newline at end of file