×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Dmitriy Lanets
Added: May 28, 2022 7:46 AM
Modified: May 28, 2022 7:48 AM
Views: 16
Tags: linux
  1. sudo apt install -yq certbot
  2.  
  3. sudo service nginx stop
  4.  
  5. sudo certbot certonly --standalone -d partscanner.ru
  6.  
  7. sudo service nginx start