4 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
 | 
						|
    --key-type ecdsa \
 | 
						|
    --cert-name hostname.of.your.server \
 | 
						|
    -d hostname.of.your.server |