-
Notifications
You must be signed in to change notification settings - Fork 184
[WIP] Downloads: PowerShell Modules
Eugene Bekker edited this page Sep 24, 2017
·
10 revisions
The ACMESharp PowerShell modules make up the client that can be used by end-users to:
- talk to the Let's Encrypt CA (or any ACME-compliant service)
- manage local certificate assets used by ACME
- handle ACME challenges to prove domain ownership
- install ACME-issued certificates into a server or service
If you just want to use ACMESharp to request and install certificates, these are the components you want. Please see the instructions on what to do with these links.
If you are a developer who wants to embed ACMESharp client libraries in your own projects, or who wants to develop extensions for ACMESharp, you should go here.
Hosted on the PowerShell Gallery | |
---|---|
ACMESharp - complete 0.9.x distribution |
Hosted on MyGet | |
---|---|
ACMESharp base module | |
Provider Modules: | |
AWS | |
CloudFlare | |
Microsoft IIS | |
Microsoft Windows |
Please see the reference documentation for the standard Provider Extensions.
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