diff options
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/index.md b/docs/index.md index 8a694a3..a06c8f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,18 +2,18 @@ This is a ACMEv2 client for Windows that aims to be very simple to start with, but powerful enough to grow into almost every scenario. -- A very simple text driven interface to create and install certificates on a local IIS server -- A more advanced text driven interface for many other use cases, including [Apache](/win-acme/manual/advanced-use/examples/apache) and [Exchange](/win-acme/manual/advanced-use/examples/exchange) +- A very simple text interface to create and install certificates on a local IIS server +- A more advanced text interface for many other use cases, including [Apache](/win-acme/manual/advanced-use/examples/apache) and [Exchange](/win-acme/manual/advanced-use/examples/exchange) - Automatically creates a scheduled task to renew certificates when needed -- Get advanced certificates with wildcards (`*.example.com`), - international domain names (`证书.example.com`), - [OCSP Must Staple](/win-acme/reference/plugins/csr/rsa) extension, - optional [re-use](/win-acme/reference/plugins/csr/rsa) of private keys, - [EC](/win-acme/reference/plugins/csr/ec) cryptography or - bring your own [custom CSR](/win-acme/reference/plugins/target/csr) +- Get certificates with + wildcards (`*.example.com`), + international names (`证书.example.com`), + [OCSP Must Staple](/win-acme/reference/plugins/csr/rsa) extension, optional + [re-use](/win-acme/reference/plugins/csr/rsa) of private keys, + [EC](/win-acme/reference/plugins/csr/ec) crypto or use your own + [CSR](/win-acme/reference/plugins/target/csr) - Advanced toolkit for DNS, HTTP and TLS validation: - [SFTP](/win-acme/reference/plugins/validation/http/sftp)/ - [FTPS](/win-acme/reference/plugins/validation/http/ftps), + [SFTP](/win-acme/reference/plugins/validation/http/sftp)/[FTPS](/win-acme/reference/plugins/validation/http/ftps), [acme-dns](/win-acme/reference/plugins/validation/dns/acme-dns), [Azure](/win-acme/reference/plugins/validation/dns/azure), [Route53](/win-acme/reference/plugins/validation/dns/route53), |