certbot command to expand cert
certbot certonly –dns-cloudflare –dns-cloudflare-credentials /etc/letsencrypt/cf-creds.ini –dns-cloudflare-propagation-seconds 30 -m kenneth@heeney.ie -n –agree-tos –no-eff-email –expand
certbot certonly –dns-cloudflare –dns-cloudflare-credentials /etc/letsencrypt/cf-creds.ini –dns-cloudflare-propagation-seconds 30 -m kenneth@heeney.ie -n –agree-tos –no-eff-email –expand
internal use certbot to add new domain name add new service to docker compose restart docker compose docker exec into container (with sh) to check it is running add dns to /etc/hosts restart pihole-FTL add website file to /etc/nginx/sites-available link that file to /etc/nginx/sites-enabled add new domain to /etc/nginx/nginx.conf in long (eg. xyz.domain.ie) and short …
For this tutorial I will be using docker compose. Here is my docker- compose.yml file: I have chosen to use MariaDB over MySQL because it is generally faster, but you can use any docker based SQL RDBMS. “container_name” names the container. “image” specifies the image that docker compose should pull. “latest” signifies the latest stable …
There are multiple settings in the MSI bios that need to be changed: “ERP Ready” must be disabled and “Resume by PCI-E Device” must be enabled. The package ethtool must be installed: Debian/Ubuntu: Arch: Find the network interface name and MAC address of the machine using: Use the network interface name with ethtool to check …
The ssh key must be genereated using the command: This will create a key pair that is stored by default in ~/.ssh. Options can be used with this command. The -b option specifies the bitsize of the key, and the -t option specifies the type of key. These options do not need to be used. …
Installation First you must check if you have the ssh server installed on your system. Debian/Ubuntu: Arch: A message will appear if it is already installed, otherwise accept the prompts and download the package. Setup The ssh server service must be enabled. The service is now running on the system. The status of the service …