Hi,
I'm actually trying to get OPNSENSE though ACME CLIENT automation to upload let's encrypt certificate to PBS. (I got it working properly for PVE).
I found script used at git repo fo acme https://github.com/acmesh-official/acme.sh/blob/master/deploy/proxmoxbs.sh.
Looking at the script it seems that it upload the certificate to following path
_target_url="https://${_target_hostname}:${_target_port}/api2/json/nodes/localhost/certificates/custom"
that you can find at line 50 of the bash I shared previously.
I looked at the folder on proxmox but to me the current folder of the certificates is /etc/proxmox-backup/ .
I found in the folder the file proxy.pem.
Referece of the target url are also found in the documentation on your website https://pbs.proxmox.com/docs/api-viewer/index.html#/nodes/{node}/certificates/custom
but again it looks to me it's a mix cause the path /nodes/... does not exist on PBS.
Please can you check the certificates path for PBS and confirm? Is your documentation correct? If not please can you provide the right path in order to ask ACME client git mantainer to correct it as well?
Thanks
Andrea
I'm actually trying to get OPNSENSE though ACME CLIENT automation to upload let's encrypt certificate to PBS. (I got it working properly for PVE).
I found script used at git repo fo acme https://github.com/acmesh-official/acme.sh/blob/master/deploy/proxmoxbs.sh.
Looking at the script it seems that it upload the certificate to following path
_target_url="https://${_target_hostname}:${_target_port}/api2/json/nodes/localhost/certificates/custom"
that you can find at line 50 of the bash I shared previously.
I looked at the folder on proxmox but to me the current folder of the certificates is /etc/proxmox-backup/ .
I found in the folder the file proxy.pem.
Referece of the target url are also found in the documentation on your website https://pbs.proxmox.com/docs/api-viewer/index.html#/nodes/{node}/certificates/custom
but again it looks to me it's a mix cause the path /nodes/... does not exist on PBS.
Please can you check the certificates path for PBS and confirm? Is your documentation correct? If not please can you provide the right path in order to ask ACME client git mantainer to correct it as well?
Thanks
Andrea