Arch Chroot
Geplaatst door Gert op dinsdag 30-08-2022
Op een Ubuntu live-USB:
sudo apt install arch-install-scripts
sudo su
lsblk
mount -o subvol=@ /dev/nvme0n1p3 /mnt
mount /dev/nvme0n1p1 /mnt/boot/efi/
arch-chroot /mnt
De -o subvol=@
is voor een btrfs partitie.
Letsencrypt renew
Geplaatst door Gert op woensdag 17-05-2017
Om het certificaat te verlengen, type je in de cli
certbot renew
Als het proces succesvol is beƫindigd, type je
systemctl reload apache2.service
Het certificaat heeft nu een nieuwe einddatum.