Skip to content

civo-learn/civo-letsencrypt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: CIVO Letsencrypt Example

Introduction

Example deployment of Letsencrypt on CIVO.

Prerequisites

Before you begin, ensure you have the following:

Running locally...

Project Setup

  1. Obtain your Civo API key from the Civo Cloud dashboard.

  2. Create a file named terraform.tfvars in the project's root directory.

  3. Insert your Civo API key, domain and reserved IP into this file as follows:

    civo_token = "YOUR_API_KEY"
    domain = "YOUR DOMAIN"
    frontend_reserved_ip = "RESERVED IP"

Helm Values

Take a look at the Letsencrypt Helm Chart values.yaml. You will need to change these values as required (eg: acmeEmail).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages