[SOLVED] SSL certificate

Maybe the certs are not matching or you didn't restart pve-proxy? Here is a script I use to get my wild card cert into pve. Fix the location of the certs.

Code:
#!/bin/bash

scp root@letsencrypt:/etc/letsencrypt/live/example.com/privkey.pem /etc/pve/nodes/pve/pveproxy-ssl.key

scp root@letsencrypt:/etc/letsencrypt/live/example.com/fullchain.pem /etc/pve/nodes/pve/pveproxy-ssl.pem

systemctl restart pveproxy

exit 0

Good luck
 
  • Like
Reactions: user18724
Maybe the certs are not matching or you didn't restart pve-proxy? Here is a script I use to get my wild card cert into pve. Fix the location of the certs.

Code:
#!/bin/bash

scp root@letsencrypt:/etc/letsencrypt/live/example.com/privkey.pem /etc/pve/nodes/pve/pveproxy-ssl.key

scp root@letsencrypt:/etc/letsencrypt/live/example.com/fullchain.pem /etc/pve/nodes/pve/pveproxy-ssl.pem

systemctl restart pveproxy

exit 0

Good luck
It worked!
Thank you so much
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!