Hi,
I'm creating SSL certificate with Let's Encrypt on another server (HAProxy).
The certificates follow the following naming convention:
<subdomain>.<domain>.cert and <subdomain>.<domain>.key
In my case:
pve.biszumbitterenen.de.cert
pve.biszumbitterenen.de.key
In the "cert deployment step" I copy the certificates to Proxmox server (using scp).
On the Proxmox server the certificates must have this naming though:
pveproxy-ssl.pem
pveproxy-ssl.key
Therefore I wanted to create a symbolic link in /etc/pve/local/, but this fails (please check below).
root@pc4-svp:/etc/pve/nodes# ls -l
insgesamt 0
drwxr-xr-x 2 root www-data 0 Aug 6 2017 pc4-svp
root@pc4-svp:/etc/pve/nodes# cd pc4-svp/
root@pc4-svp:/etc/pve/nodes/pc4-svp# ls -l
insgesamt 4
-rw-r----- 1 root www-data 22 Okt 4 2017 host.fw
-rw-r----- 1 root www-data 83 Jun 23 14:18 lrm_status
drwxr-xr-x 2 root www-data 0 Aug 6 2017 lxc
drwxr-xr-x 2 root www-data 0 Aug 6 2017 openvz
drwx------ 2 root www-data 0 Aug 6 2017 priv
-rw-r----- 1 root www-data 3818 Jun 23 14:05 pve.biszumbitterenen.de.cert
-rw-r----- 1 root www-data 1708 Jun 23 14:05 pve.biszumbitterenen.de.key
-rw-r----- 1 root www-data 1675 Dez 29 18:45 pve-ssl.key
-rw-r----- 1 root www-data 1728 Dez 29 18:45 pve-ssl.pem
drwxr-xr-x 2 root www-data 0 Aug 6 2017 qemu-server
root@pc4-svp:/etc/pve/nodes/pc4-svp# ln -s pve.biszumbitterenen.de.key pveproxy-ssl.key
ln: die symbolische Verknüpfung 'pveproxy-ssl.key' konnte nicht angelegt werden: Die angeforderte Funktion ist nicht implementiert
root@pc4-svp:/etc/pve/nodes/pc4-svp#
What's causing this error?
THX
I'm creating SSL certificate with Let's Encrypt on another server (HAProxy).
The certificates follow the following naming convention:
<subdomain>.<domain>.cert and <subdomain>.<domain>.key
In my case:
pve.biszumbitterenen.de.cert
pve.biszumbitterenen.de.key
In the "cert deployment step" I copy the certificates to Proxmox server (using scp).
On the Proxmox server the certificates must have this naming though:
pveproxy-ssl.pem
pveproxy-ssl.key
Therefore I wanted to create a symbolic link in /etc/pve/local/, but this fails (please check below).
root@pc4-svp:/etc/pve/nodes# ls -l
insgesamt 0
drwxr-xr-x 2 root www-data 0 Aug 6 2017 pc4-svp
root@pc4-svp:/etc/pve/nodes# cd pc4-svp/
root@pc4-svp:/etc/pve/nodes/pc4-svp# ls -l
insgesamt 4
-rw-r----- 1 root www-data 22 Okt 4 2017 host.fw
-rw-r----- 1 root www-data 83 Jun 23 14:18 lrm_status
drwxr-xr-x 2 root www-data 0 Aug 6 2017 lxc
drwxr-xr-x 2 root www-data 0 Aug 6 2017 openvz
drwx------ 2 root www-data 0 Aug 6 2017 priv
-rw-r----- 1 root www-data 3818 Jun 23 14:05 pve.biszumbitterenen.de.cert
-rw-r----- 1 root www-data 1708 Jun 23 14:05 pve.biszumbitterenen.de.key
-rw-r----- 1 root www-data 1675 Dez 29 18:45 pve-ssl.key
-rw-r----- 1 root www-data 1728 Dez 29 18:45 pve-ssl.pem
drwxr-xr-x 2 root www-data 0 Aug 6 2017 qemu-server
root@pc4-svp:/etc/pve/nodes/pc4-svp# ln -s pve.biszumbitterenen.de.key pveproxy-ssl.key
ln: die symbolische Verknüpfung 'pveproxy-ssl.key' konnte nicht angelegt werden: Die angeforderte Funktion ist nicht implementiert
root@pc4-svp:/etc/pve/nodes/pc4-svp#
What's causing this error?
THX