mirror of
https://github.com/win-acme/win-acme.git
synced 2026-04-27 03:55:56 +03:00
Page:
Target 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
6
Target plugins
Wouter Tinus edited this page 2019-08-01 22:41:41 +02:00
Table of Contents
A target plugin is responsible for providing information about a (potential) certificate to the rest of the program. Its primary purpose is to determine which host names should be included in the SAN list, but can also provide extra information such as the preferred common name or bindings to exclude.
The following target plugins are currently available.
IIS binding
- Single binding of an IIS site
- Automatically updates webroot path
- Unattended
--target iisbinding --host example.com [--siteid 1]
IIS site
- SAN certificate for all bindings of an IIS site
- Automatically updates webroot path
- Automatically adds/removes host names based on bindings
- Unattended
--target iissite --siteid 1 [--excludebindings example.com]
IIS sites
- SAN certificate for all bindings of multiple IIS sites
- Automatically updates webroot paths
- Automatically adds/removes host names based on bindings
- Unattended
--target iissites --siteid 1,2,3 [--excludebindings example.com]
Manual
- Manually input host name(s)
- Unattended
--target manual --host a.example.com,b.example.com
CSR
- Certificate signing request generated by another piece of software
- Unattended
--target csr --csrfile C:\csr.txt [--pkfile C:\key.txt]
Please refer to https://pkisharp.github.io/win-acme/ for up-to-date documentation.