Dette er en gammel revision af dokumentet!
Add to sources.list
deb http://ftp.debian.org/debian jessie-backports main
Install packages
apt-get install mosh fail2ban vim sudo git check-mk-agent xinetd
https://pve.proxmox.com/wiki/User_Management
useradd jnoer passwd jnoer groupadd watchman usermod -a -G watchman jnoer
Change /etc/pve/user.cfg
user:jnoer@pam:1:0:Jesper:Noer:jesper@noerit.gl::: user:giver@pam:1:0:Anders:Giversen:giversen@giver.dk::: user:root@pam:1:0:::jesper@noerit.gl acl:1:/:jnoer@pam,giver@pam:Administrator:
https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x_and_newer)
git clone https://github.com/Neilpang/acme.sh.git acme.sh-master mkdir /etc/pve/.le cd /root/acme.sh-master ./acme.sh --install --accountconf /etc/pve/.le/account.conf --accountkey /etc/pve/.le/account.key --accountemail "jesper@noerit.gl" acme.sh --issue --standalone --keypath /etc/pve/local/pveproxy-ssl.key --fullchainpath /etc/pve/local/pveproxy-ssl.pem --reloadcmd "systemctl restart pveproxy" -d pve2.hosting.gl