mirror of
https://github.com/win-acme/win-acme.git
synced 2026-04-27 03:55:56 +03:00
Page:
HTTP Validation 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
1
HTTP Validation Plugins
Wouter Tinus edited this page 2019-01-27 21:06:08 +01:00
Table of Contents
Serve an answer file with specific content on a specific http url (port 80 only). Plugins that implement this are listed in order of reliability.
Built-in plugins
Self-hosting (recommended, default)
- Self-host verification files
- Unattended
[--validation selfhosting]
File system
- Save file on local (network) path
- Optionally add web.config that fixes some common configuration issues (details).
- Unattended
--validation filesystem [--validationsiteid x] [--webroot c:\httpdocs\]
FTP(S)
- Upload file to a (secure) FTP server
- Optionally add web.config to the same path that fixes common configuration issues (details).
- Unattended
--validation ftp --webroot ftps://x/ --username admin --password ******
SFTP
- Upload file to a SSH FTP server
- Optionally add web.config to the same path that fixes common configuration issues (details).
- Unattended
--validation sftp --webroot sftp://x/ --username admin --password ******
WebDav
- Upload verification file to WebDav path
- Optionally add web.config to the same path that fixes common configuration issues (details).
- Unattended
--validation webdav --webroot \\x --username user --password ******
Please refer to https://pkisharp.github.io/win-acme/ for up-to-date documentation.