-
Couldn't load subscription status.
- Fork 182
Challenge Types, Challenge Handlers and Providers
You can use a pair of cmdlets to discover the different Challenge Types and Handlers that are supported by the running POSH session, and manage the Challenge Handler profiles defined in a particular Vault. The actual lists in the examples below may vary from your experience depending on which Challenge Decoder and Challenge Handler providers are discoverable and loaded into your running POSH session.
Get-ACMEChallengeHandlerProfileSet-ACMEChallengeHandlerProfile
List all the supported Challenge types
PS> Get-ACMEChallengeHandlerProfile -ListChallengeTypes
dns-01
http-01Get a description of a specific Challenge Type
PS> Get-ACMEChallengeHandlerProfile -GetChallengeType dns-01
Name : dns-01
Label :
SupportedType : DNS
ChallengeType : dns-01
Description : Challenge type decoder for the DNS type as specified in https://tools.ietf.org/html/draft-ietf-acme-acme-01#section-7.5List all the supported Challenge Handlers
PS> Get-ACMEChallengeHandlerProfile -ListChallengeHandlers
manualGet a description of parameters for a given Challenge Handler
Get-ACMEChallengeHandlerProfile -GetChallengeHandler manual -ParametersOnly | Out-GridViewDocs
- 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