diff options
Diffstat (limited to 'docs/reference/plugins/index.md')
-rw-r--r-- | docs/reference/plugins/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/plugins/index.md b/docs/reference/plugins/index.md index 7880fc7..1b0e617 100644 --- a/docs/reference/plugins/index.md +++ b/docs/reference/plugins/index.md @@ -7,7 +7,7 @@ sidebar: reference 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 domains(s). +- 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 |