Tips, tricks and manuals
Je bent niet ingelogd.
Pagina's: 1
Debian 12 or 11:
Install CertBot:
sudo apt update
sudo apt install python3-certbot-apache Make a safe SSL certificate for your domain:
sudo certbot --apache --rsa-key-size 4096 -d example.nl -d www.example.nlwith OCSP stapling:
sudo certbot --apache --rsa-key-size 4096 --must-staple --staple-ocsp -d hierjedomein.nl -d www.example.nlDebian 10:
sudo nano /etc/apt/sources.listAdd this line:
deb http://ftp.debian.org/debian stretch-backports mainInstall CertBot:
sudo apt update
sudo apt install python-certbot-apache -t stretch-backportsMake a safe SSL certificate for your domain:
sudo certbot --apache --rsa-key-size 4096 -d example.nl -d www.example.nlwith OCSP stapling:
sudo certbot --apache --rsa-key-size 4096 --must-staple --staple-ocsp -d example.nl -d www.example.nlLaatst bewerkt door Bas (2023-09-13 17:48:53)
Offline
Pagina's: 1