From 84b221118a0b47c50bc7cdc7176955c137e56cf3 Mon Sep 17 00:00:00 2001 From: Sam Geyskens Date: Tue, 23 Dec 2025 11:13:04 +0100 Subject: [PATCH] markdown layout --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e246364..96f7b60 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ SafelineAPI Small CLI to request and upsert TLS certificates (DNS-01) with multiple DNS provider backends. This repo now includes Cloudflare DNS provider support via the lego provider. -Prerequisites +## Prerequisites - Go toolchain (only required to build from source) - A SafeLine API token (set in `config.json`) - Cloudflare API token (scoped) or Global API key + account email -Quick start +## Quick start 1. Copy `config.example.json` to `config.json` and fill in your values.