diff options
author | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
---|---|---|
committer | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 21:49:48 +0200 |
commit | 789fd34620b6e8f35b29738f2f0454261e734b9f (patch) | |
tree | 1d40cfa865f3a0f85ca544509425681fc766c433 /docs/reference/plugins/index.md | |
parent | 88087cd562cfe162456377cc2a9f525a76e22d88 (diff) | |
download | letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.zip letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.gz letsencrypt-win-simple-789fd34620b6e8f35b29738f2f0454261e734b9f.tar.bz2 |
website update
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 |