4 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
 | 
						|
    --key-type ecdsa \
 | 
						|
    --cert-name uptime.yourdomain.tld \
 | 
						|
    -d uptime.yourdomain.tld |