capitalize OpenTofu

This commit is contained in:
Julien Dessaux 2024-10-02 08:51:29 +02:00
parent 27e8b4499c
commit d7e37eea52
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 26 additions and 26 deletions

View file

@ -1,16 +1,16 @@
---
title: Certificate management with opentofu and eventline
title: Certificate management with OpenTofu and eventline
description: How I manage for my personal infrastructure
date: 2024-03-06
tags:
- Eventline
- opentofu
- OpenTofu
- terraform
---
## Introduction
In this article, I will explain how I handle the management and automatic renewal of SSL certificates on my personal infrastructure using opentofu (the fork of terraform) and [eventline](https://www.exograd.com/products/eventline/). I chose to centralise the renewal on my single host running eventline and to generate a single wildcard certificate for each domain I manage.
In this article, I will explain how I handle the management and automatic renewal of SSL certificates on my personal infrastructure using OpenTofu (the fork of terraform) and [eventline](https://www.exograd.com/products/eventline/). I chose to centralise the renewal on my single host running eventline and to generate a single wildcard certificate for each domain I manage.
## Wildcard certificates