diff options
Diffstat (limited to 'docs/reference/plugins/csr/index.md')
-rw-r--r-- | docs/reference/plugins/csr/index.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/reference/plugins/csr/index.md b/docs/reference/plugins/csr/index.md index 9cbb12c..236a730 100644 --- a/docs/reference/plugins/csr/index.md +++ b/docs/reference/plugins/csr/index.md @@ -1,3 +1,14 @@ --- sidebar: reference ----
\ No newline at end of file +--- + +# CSR plugins + +CSR plugins are responsible for providing certificate requests that the ACME server can sign. +They determine key properties such as the private key, applications and extensions. When +a CSR is used as [target](/win-acme/reference/plugins/target/csr), no CSR plugin can be chosen +and the third party application is expected to take care of the private key and extensions instead. + +## Default + +The default is an [RSA](/win-acme/reference/plugins/csr/rsa) private key.
\ No newline at end of file |