All Projects → vancluever → Terraform Provider Acme Old

vancluever / Terraform Provider Acme Old

Licence: other
ACME (Let's Encrypt) Support for Terraform

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Terraform Provider Acme Old

freshcerts
ACME certificate protocol (Let's Encrypt) proxy client with a dashboard and monitoring
Stars: ✭ 59 (-72.04%)
Mutual labels:  letsencrypt, tls, ssl, acme
Acme Client
Let's Encrypt / ACME client written in PHP for the CLI.
Stars: ✭ 337 (+59.72%)
Mutual labels:  ssl, tls, letsencrypt, acme
Greenlock
Automatic SSL renewal for NodeJS
Stars: ✭ 30 (-85.78%)
Mutual labels:  ssl, tls, letsencrypt, acme
Manuale
A fully manual Let's Encrypt/ACME client
Stars: ✭ 201 (-4.74%)
Mutual labels:  ssl, tls, letsencrypt, acme
Acmetool
🔒 acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)
Stars: ✭ 1,882 (+791.94%)
Mutual labels:  ssl, tls, letsencrypt, acme
Acme client
Java ACME Client application
Stars: ✭ 77 (-63.51%)
Mutual labels:  ssl, tls, letsencrypt, acme
docker-nginx-certbot
Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.
Stars: ✭ 367 (+73.93%)
Mutual labels:  letsencrypt, ssl, acme
letsencrypt-www
Probably the easiest way to create | renew | deploy certificate
Stars: ✭ 27 (-87.2%)
Mutual labels:  letsencrypt, tls, ssl
ACMECert
PHP client library for Let's Encrypt (ACME v2 - RFC 8555)
Stars: ✭ 83 (-60.66%)
Mutual labels:  letsencrypt, ssl, acme
Certmagic
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
Stars: ✭ 3,864 (+1731.28%)
Mutual labels:  tls, letsencrypt, acme
AzureWebAppSSLManager
Acquires and manages free SSL certificates for Azure Web App and Azure Functions applications.
Stars: ✭ 70 (-66.82%)
Mutual labels:  letsencrypt, ssl, acme
acme-companion
Automated ACME SSL certificate generation for nginx-proxy
Stars: ✭ 6,434 (+2949.29%)
Mutual labels:  letsencrypt, ssl, acme
Ssl Proxy
🔒 Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)
Stars: ✭ 427 (+102.37%)
Mutual labels:  ssl, tls, letsencrypt
httpsbook
《深入浅出HTTPS:从原理到实战》代码示例、勘误、反馈、讨论
Stars: ✭ 77 (-63.51%)
Mutual labels:  letsencrypt, tls, ssl
tipi
Tipi - the All-in-one Web Server for Ruby Apps
Stars: ✭ 214 (+1.42%)
Mutual labels:  tls, ssl, acme
Docker Letsencrypt Nginx Proxy Companion
Automated ACME SSL certificate generation for nginx-proxy
Stars: ✭ 6,350 (+2909.48%)
Mutual labels:  letsencrypt, ssl, acme
Certify
SSL Certificate Manager UI for Windows, powered by Let's Encrypt. Download from certifytheweb.com
Stars: ✭ 1,075 (+409.48%)
Mutual labels:  ssl, letsencrypt, acme
docker-ssl-reverse-proxy
Easy-to-use auto-SSL reverse proxy as a Docker container based on Caddy and Let’s Encrypt
Stars: ✭ 22 (-89.57%)
Mutual labels:  letsencrypt, tls, ssl
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (-90.52%)
Mutual labels:  letsencrypt, ssl, acme
Lego
Let's Encrypt client and ACME library written in Go
Stars: ✭ 4,978 (+2259.24%)
Mutual labels:  tls, letsencrypt, acme

This project is now archived. The new location of the project can be found here!

Terraform ACME Provider

This is the repository for the Terraform ACME Provider, which one can use with Terraform to manage and generate certificates generated by an ACME CA, such as Let's Encrypt.

For general information about Terraform, visit the official website and the GitHub project page.

⚠️ NOTE: The ACME provider as of version 1.0.0 supports ACME v2 only. For ACME v1 endpoints, version 0.6.0 is required, which can be found here.

Installation Instructions

The ACME provider is currently a 3rd party plugin. See the documentation on 3rd party plugins for installation instructions, and download the latest release from the releases page.

Distributions with direct installation support

If you use Arch Linux, the terraform-provider-acme-bin package is available via the AUR and can be installed via an AUR-supported package manager such as yay. Thanks to @SamWhited for this!

Example with yay:

yay -S terraform-provider-acme-bin

Documentation

Documentation can be found in the doc directory.

License

Copyright 2018 Chris Marchesi
Copyright 2016-2018 PayByPhone Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].