-
Notifications
You must be signed in to change notification settings - Fork 185
Challenge Types, Challenge Handlers and Providers
Eugene Bekker edited this page Dec 31, 2015
·
4 revisions
List all the supported Challenge types
PS> Get-ACMEChallengeHandler -ListChallengeTypes
dns-01
http-01
List all the supported Challenge Handlers
PS> Get-ACMEChallengeHandler -ListChallengeHandlers
manual
Get a description of parameters for a given Challenge Handler
Get-ACMEChallengeHandler -ChallengeHandler manual -ParametersOnly | Out-GridView
Docs
- Overview
- FAQ
- Let's Encrypt Reference Sheet
- Quick Start
- Requirements
- Basic Concepts
- Vaults, Vault Providers and Vault Profiles
- Challenge Types, Challenge Handlers and Providers
- Troubleshooting
- Contributions
Legacy Docs - out of date
Reference
- Good to Know
- Proposed Extension Mechanism
- PowerShell Module Design
- Style Guides and Conventions
- Documentation Resources
A bit dated