portevents.blogg.se

Create sudo user ubuntu 14.04
Create sudo user ubuntu 14.04












create sudo user ubuntu 14.04

letsencrypt-auto certonly -apache -renew-by-default -d -d -d # 3.1.

create sudo user ubuntu 14.04

Pass the same list of domains again for the renewal command: #. Manually renew a Let’s Encrypt certificate for Apache with no # interaction using this command. Setup auto-renewal # Let’s Encrypt certificates are valid for 90 days. Make sure to choose the # second option to redirect HTTP traffic to HTTPS. # Verify the status of your SSL certificate with the following link: # During installation letsencryot will ask to whether disable HTTP or not. # When the installation is finished, you should be able to find the generated certificate files at # /etc/letsencrypt/live directory. Setup SSL certificates # Execute the interactive installation and obtain a certificate that covers only a single domain. Download the Let's Encrypt client cd /opt

create sudo user ubuntu 14.04

Instructions to do so is not included in this guide. NOTE: Due to dependency conflicts the default php5 package cannot be installed alongside this apache 2.2. # Resolve this error for 2.2: # "apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName" echo "ServerName localhost " > nano /etc/apache2/conf.d/fqdn

#Create sudo user ubuntu 14.04 install

Nano /etc/apt//precise.listĪpt-get install apache2-mpm-prefork=2.2.22-1ubuntu1.10 \ # Add `precise` repos so the 2.2 version will be available to us: # deb precise main restricted universe # deb precise-updates main restricted universe # deb precise-security main restricted universe multiverse #














Create sudo user ubuntu 14.04