Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:ssl [2023/04/25 16:38]
darron [Resources]
tools:ssl [2023/10/16 13:32] (current)
darron [Remove cert]
Line 70: Line 70:
  
 export LE_WORKING_DIR="$HOME/.acme.sh" export LE_WORKING_DIR="$HOME/.acme.sh"
-$HOME/.acme.sh/acme.sh --issue -d $VHOST -w /var/www/htdocs/$VHOST+$HOME/.acme.sh/acme.sh --force --issue -d $VHOST -w /var/www/htdocs/$VHOST
  
 sudo mkdir -p /var/www/ssl sudo mkdir -p /var/www/ssl
Line 140: Line 140:
 $HOME/.acme.sh/acme.sh --remove -d $VHOST $HOME/.acme.sh/acme.sh --remove -d $VHOST
  
-rm -Rf $HOME/.acme.sh/$VHOST+rm -Rf $HOME/.acme.sh/$VHOST*
 sudo rm -Rf /var/www/ssl/$VHOST sudo rm -Rf /var/www/ssl/$VHOST
  
Line 168: Line 168:
 ===Other=== ===Other===
  
-After renewing certificates fullchain.pem and key.pem may be+After issuing and later renewing certificates fullchain.pem and key.pem may be
 copied and utilised by both exim and dovecot. Exim will copied and utilised by both exim and dovecot. Exim will
-need read permissions for the exim user.+need read permission for the exim user.
  
 For example, fullchain and key are copied into /etc/exim4/ssl For example, fullchain and key are copied into /etc/exim4/ssl