Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
Integrare Let's Encrypt in ISPConfig 3.1 - Blog WebEats

Una breve guida per installare gli script automatici di Let’s Encrypt in ISPConfig 3.1

La nuova versione del pannello hosting ISPConfig 3.1 (al momento in versione beta) integra la possibilità di attivare SSL Certificate Authority Let’s encrypt sui nostri spazi hosting in modo totalmente automatizzato.

Vediamo in pochissimi passi come procedere per utilizzare Let’s Encrypt in ISPConfig 3.1 sui nostri server Ubuntu LTS 14.04 o la nuova Ubuntu LTS 16.04.

Prima di tutto è necessario installare git

apt-get install git

ora diamo questi ultimi comandi

cd /opt
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/

Ora è necessario lanciare il seguente comando per far sí che si installino tutte le dipendenze ed avviare l’inizializzazione per il corretto funzionamento dello script.

sudo -H ./letsencrypt-auto --help

Non sarà necessario effettuare alcuna altra modifica ad ISPConfig.

Link alla guida ufficiale di installazione su Ubuntu 16.04