User Tools

Site Tools


sysadmin:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
sysadmin:index [2020/05/13 12:34] – [Introduzione a GIT] ferodasysadmin:index [2021/12/27 22:29] – Creazione nuovi certificati con acme.sh feroda
Line 397: Line 397:
 </code> </code>
  
 +==== Esempio di creazione partizioni per un nuovo server ====
  
 +<code>
 +20GB /
 +5GB /dev/mapper/vg--hosting-home /home
 +50GB /dev/mapper/vg--hosting-var /var
 +</code>
 +
 +remaining disk blocks could be unpartitioned to allow LVM partition resizing on demand.
 +
 +In order to achieve this goal you have to create a volume group (VG) ''hosting'' bound to /dev/sda
 +
 +
 +===== Installazioni nuovi certificati con acme.sh =====
 +
 +
 +  acme.sh --issue --standalone -d example.org
 +  mkdir -p /etc/nginx/certificates/example.org/
 +  acme.sh --install-cert -d example.org --cert-file /etc/nginx/certificates/example.org/cert.pem --key-file /etc/nginx/certificates/example.org/privkey.pem --fullchain-file /etc/nginx/certificates/example.org/fullchain.pem 
  
  
sysadmin/index.txt · Last modified: 2022/06/16 09:00 by feroda