Skip to content

Information, Cybersecurity & Technology

Just another IT & Cybersecurity Page

Menu
  • How to …
    • Linux
      • How to: Debian indestructable with btrfs
      • How to: install office2k3 on Linux
      • How to: SSH Passwordless Login
      • How to: Install Webmin on Debian based Systems
      • How to: Easy Get Free SSL/TLS Certificate
      • How to: configure Bind9
    • KALI-Linux
      • How to Kali
        • Kali steps i do after Installation
      • How to: Fix Kali 2022.1 Wifi problems.
        • Blog
  • Contact
  • About
  • Home

How to: Easy Get Free SSL/TLS Certificate

First of all we need a SSH Access to our Website or Server.

In this case we will use letsencrypt to get a free certificate on a Apache2 Webserver running on Debian.

All we need is the package certbot and snapd

apt-get update && apt-get upgrade
apt-get install snapd certbot python3-certbot-apache

/// installing of snapd
snap install core

/// install and configure certbot
certbot --apache

Answer the questions:

  1. enter a valid emailadress for urgent renewal
  2. accrept the Terms of Service
  3. is optional, but i u want to support the guys give them a yes.
  4. Which names would you like to activate https? -> let it empty and hit enter for all

Now we need a crontab to renew our certificate

crontab -e


// File:
# m h  dom mon dow   command
* * 1 1,4,7,10 * certbot renew


Last

  • grub recover btrfs
  • FIX Missing firmware
  • NMAP Cheat Sheet v1
  • Recover from Snapshot
  • How To: fix Soundproblem on Kali 2022.3

Archive

  • Februar 2024
  • Juni 2023
  • Mai 2023
  • Oktober 2022
  • September 2022
  • Juni 2022
  • April 2022
  • März 2022
  • Februar 2022
  • November 2021

#android #bootloader #btrfs #bugbounty #cheetsheet #CVE #cybersecurity #cybersecurityawareness #CyberSecurityNews #cybersecuritytraining #Debian #emailharvester #encryptedUSBDrive #ethicalhacking #EthicalHackingOnlineTraining #grub #grubrescue #hackers #hacking #howto #informationsecurity #informationtechnology #infosec #infosec#infosecurity #infosecurity #install #kali #soundproblem #kalilinux #kernel #linux #LUKS #maleware #missingfirmware #nmap #pentesting #privacy #recovery #rescue #rusia #secureYourData #snapshot #waragainstukraine CVE ImHex Reverse Engineers

Information, Cybersecurity & Technology 2025 .