this post was submitted on 28 Oct 2023
4 points (100.0% liked)

Homelab

22 readers
1 users here now

Rules

founded 1 year ago
MODERATORS
 

Im using certbot with dns challenge (cloudflare api token) to renew letsencrypt cert for my nginx proxy. I want also to create CA cert to sign longterm certs for upstream servers/services and set nginx to trust CA cert. Longterm because of no possibility to automate renewal for those devices/services. Will stepCA have any use for me or just use openssl?

top 2 comments
sorted by: hot top controversial new old
[โ€“] qfla@alien.top 2 points 1 year ago

Oh no step-ca what are you doing?

Sorry i had to do this

Joking aside I recommend setting up internal CA with easyrsa project from OpenVPN github repository

[โ€“] Tecchie088@alien.top 1 points 1 year ago

I've been using step-ca for about 3 years in my lab, it's great, especially for services that support ACME (Proxmox, Caddy, etc.).