Install Step CA Certificate with PromoxVE with ACME
Prerequisites
- You have already have a step ca running on your other devices.
- You used a FQDN(Fully Qualified Domain Name) for your step ca.
- Your Step CA can be accessiable to your ProxmoxVE server's FQDN.
Step 1: Install CA Certificate
- Use step ca to get the root certificate.
step ca root ca.crt
``
- Copy the root certificate to your ProxmoxVE server.
scp ca.crt root@<ProxmoxVE-IP>:/root/
On your ProxmoxVE server, move the root certificate to the correct location.
mv /root/ca.crt /usr/local/share/ca-certificates/
- Update the CA certificates.
update-ca-certificates
- Configuring ACME Directory URL to ProxmoxVE
pvenode acme account register default <your email here> --directory https://your-acme-endpoint
Setup the fqdn and prepare to get the certificate.
pvenode config set --acme domains=<ProxmoxVE-FQDN>
- Get the certificate.
pvenode acme cert order