We have built an internal ACME CA using step-ca to provision certificates using our own Root CA.
None of our servers are exposed to the internet, and us an internal domain so we can't use one of the acme.sh DNS plugins either.
Is there a way to point proxmox at our internal ACME CA instead of Letsencrypt?
EDIT:
Figured it out... Use the CLI to do it.
Read more
None of our servers are exposed to the internet, and us an internal domain so we can't use one of the acme.sh DNS plugins either.
Is there a way to point proxmox at our internal ACME CA instead of Letsencrypt?
EDIT:
Figured it out... Use the CLI to do it.
Bash:
# pvenode acme account register default user@internaldomain
Directory endpoints:
0) Let's Encrypt V2...
Read more