This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
forked from vancluever/terraform-provider-acme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,5 @@ | ||
Terraform ACME Provider | ||
======================== | ||
This is a fork of vancluever's acme provider that also supports HTTP01 challenge. | ||
|
||
This is the repository for the Terraform ACME Provider, which one can use with | ||
Terraform to manage and generate certificates generated by an [ACME][about-acme] | ||
CA, such as [Let's Encrypt][lets-encrypt]. | ||
Please use the original provider that only supports DNS01 if possible, as this version is not actively developed. | ||
|
||
[about-acme]: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html | ||
[lets-encrypt]: https://letsencrypt.org | ||
|
||
For general information about Terraform, visit the [official | ||
website][terraform-io] and the [GitHub project page][terraform-gh]. | ||
|
||
[terraform-io]: https://www.terraform.io/ | ||
[terraform-gh]: https://github.com/hashicorp/terraform | ||
|
||
:warning: **NOTE:** The ACME provider found here supports ACME v2 only. | ||
|
||
## Documentation | ||
|
||
Documentation for this provider can be found at | ||
https://registry.terraform.io/providers/vancluever/acme/latest/docs. | ||
|
||
## License | ||
|
||
``` | ||
Copyright 2018-2021 Chris Marchesi | ||
Copyright 2016-2018 PayByPhone Technologies, Inc. | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
``` | ||
=> https://registry.terraform.io/providers/vancluever/acme/latest |