certificates

  1. J

    Permissions necessary to update custom cert via API

    I'm trying to upload an SSL certificate via the API (https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/certificates/custom) using the Proxmoxer Python API, with an API Token tied to the root user. I think I've gotten my code right, but am seeing the following error when I...
  2. L

    Wiki improvement: Web Interface via Nginx Proxy

    Hi, I propose that these lines are added to the article here in order to fix the boot order of the services. Otherwise nginx won't come up correctly after reboot because the certificate files are not available before pve-cluster service was started. sed -i...
  3. D

    Certificate Validation Error Upon Trying to Install License

    Upon attempting to install a Proxmox VE license, I get the following error: "Invalid response from server: 500 Can't connect to shop.maurer-it.com:443 (certificate verify failed) (500)" I've attempted working with Proxmox tech support, but they've been quite unhelpful. My organization proxies...
  4. X

    HTTPS Certificate Configuration (Version 4.x and newer)

    Hi there, according to the Wiki "CAs other than Let's Encrypt" the files are named: /etc/pve/nodes/<node>/pveproxy-ssl.pem /etc/pve/nodes/<node>/pveproxy-ssl.key But on the server the existing keys are: /etc/pve/nodes/<node>/pve-ssl.pem /etc/pve/nodes/<node>/pve-ssl.key Do I have to...