This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Secure Sentora Domains with Let's Encrypt
#28
RE: Secure Sentora Domains with Let's Encrypt
require remplace this code on doc

Code:
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --help

retrun errorr

Code:
bash: ./letsencrypt-auto: No such file or directory

by this

Code:
git clone https://github.com/certbot/certbot
cd certbot/letsencrypt-auto-source
./letsencrypt-auto --help

or this


Code:
wget https://github.com/certbot/certbot/raw/master/letsencrypt-auto-source/letsencrypt-auto
chmod +x letsencrypt-auto
./letsencrypt-auto --help

or for new system

Ubuntu/Debian

Code:
apt-get -y install certbot

CentOS/RHEL/AlmaLinux/Rocky Linux/Fedora

Code:
dnf -y install certbot


easy use in full silent mode

not require stop apache

not require email adresse

Code:
certbot --non-interactive --agree-tos --register-unsafely-without-email --renew-by-default --standalone --http-01-port 90 certonly -d www.softwarecollections.org -d softwarecollections.org



letsencrypt-auto --non-interactive --agree-tos --register-unsafely-without-email --renew-by-default --standalone --http-01-port 90 certonly -d www.softwarecollections.org -d softwarecollections.org
Reply
Thanks given by:


Messages In This Thread
RE: Secure Sentora Domains with Let's Encrypt - by andykimpe - 06-08-2024, 05:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Secure Sentora With SSLForFree Chris L 1 5 ,322 01-22-2020, 09:19 PM
Last Post: ralphharder
Fail2ban for Sentora (Centos 7) bbspike 14 48 ,677 01-14-2020, 07:32 AM
Last Post: Vedran B
Timeout for Sentora Admin Panel minufreelance 12 48 ,832 11-24-2018, 12:33 PM
Last Post: fearworks

Forum Jump:


Users browsing this thread: 1 Guest(s)