mirror of
https://github.com/win-acme/win-acme.git
synced 2026-04-27 03:55:56 +03:00
Page:
CSR Plugins
Pages
A specified logon session does not exist
Advanced logging
Advanced usage
Apache 2.4 basic usage
Application Logging
Application Settings
Azure DNS validation
Basic usage
CSR Plugins
Command Line Arguments
Command line
Create a SAN certificate
Custom plugins
DNS validation plugins
Development
Enhancement voting
Example Scripts
HTTP Validation Plugins
HTTPS Binding With Specific IP
Home
How To Run
How to Compile From Source Code
IIS 7.5 and Lower
Install script
Installation plugins
Issues and workarounds
Load balancing
Microsoft Exchange
Microsoft Remote Desktop Server
Migration to v1.9.5
Migration to v1.9.9
Migration to v2.0.0
Missing Certificate Chain
Plugins
Renewal Management
Store plugins
Target plugins
Task Scheduler
Uninstall instructions
Upgrades
Validation issues
Validation plugins
web_config.xml
No results
2
CSR Plugins
Wouter Tinus edited this page 2019-08-01 22:53:13 +02:00
Table of Contents
CSR plugins are responsible for providing certificate requests that the ACME server can sign.
RSA
--csr rsa (default)
Default plugin, generates 3072 bits RSA key pairs. The number of bits can be configured in settings.config but may not be less than 2048.
EC
--csr ec
Generates ECDSA keys based on the secp384r1 curve. The curve to use can be configured in settings.config but currently only SEC named curves are supported and Let's Encrypt also has limitations.
Common features
- The
OCSP Must Stapleextension can be added to any CSR with the command line option--ocsp-must-staple - The option
--reuse-privatekeycan be used to keep using the same private key across different renewals
Please refer to https://pkisharp.github.io/win-acme/ for up-to-date documentation.