User Tools


server:nginx

Differences

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

Link to this comparison view

Next revision
Previous revision
server:nginx [2024/12/01 09:13] – created - external edit 127.0.0.1server:nginx [2025/09/08 06:51] (current) – [Encrypt your Site] marlonivo
Line 150: Line 150:
 </code> </code>
  
-After the installationprocess is finished you just have to type in the following command. Press enter and choose the domain's you want to encrypt and then press enter a couple more times.+After the installation process is finished you just have to type in the following command. Press enter and choose the domain's you want to encrypt and then press enter a couple more times.
  
 <code> <code>
-cerbot --nginx+certbot --nginx 
 +  --cert-name domain.xyz \ 
 +  -d domain.xyz \ 
 +  -d sub1.domain.xyz \           
 +  -d sub2.domain.xyz        ← in case of subdomains
 </code> </code>