mirror of
https://github.com/win-acme/win-acme.git
synced 2026-04-27 03:55:56 +03:00
Page:
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
13
Plugins
Wouter Tinus edited this page 2019-05-30 13:15:12 +02:00
Conceptually WACS works by chaining together five components, which can be 'mixed and matched' to support many use cases.
- A target plugin provides information about (potential) certificates to create.
- A validation plugin provides the ACME server with proof that you own the domains(s).
- A CSR plugin determines the (type of) private key and extensions to use for the certificate.
- One or more store plugins place the certificate in a specific location and format.
- One or more install plugins make changes to your application(s) configuration.
Those interested in developing their own plugin for any of the five stages should start by reading about the architecture.
Please refer to https://pkisharp.github.io/win-acme/ for up-to-date documentation.