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

Homelab

977 readers
1 users here now

Rules

founded 2 years 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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] hadrabap@alien.top 1 points 2 years ago (1 children)

The power of step-ca is that it supports lots of protocols for automation keys/certificates issuing, renewing, or rekeying.

You'll still most probably want to use OpenSSL to generate your chain. step-ca seems to be unnecessary work/step for your case.

By the way, the only "service" in my setup that doesn't support TLS automation is my remote UPS management card. Even though I think I might be able to hack it. ๐Ÿ˜ The rest is perfectly automatable. ๐Ÿ™‚

[โ€“] domanpanda@alien.top 1 points 2 years ago

So far youre the only one who fully read/understood my question. The rest mostly just recommend what they use. Which is also fine, yet these not answer the issue. Thank you!