Add example weekly cron script
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									1dfd0e8162
								
							
						
					
					
						Commit
						4e02c62bd7
					
				
							
								
								
									
										17
									
								
								cron/renew-ssl-weekly.sh
									
									
									
									
									
										Normale Datei
									
								
							
							
						
						
									
										17
									
								
								cron/renew-ssl-weekly.sh
									
									
									
									
									
										Normale Datei
									
								
							| @ -0,0 +1,17 @@ | ||||
| #!/bin/bash | ||||
| 
 | ||||
| # Type of auth method you want to use - overrides any stored auth methods | ||||
| # in the account.  If you don't want to override them, set | ||||
| # AUTHMETHOD="" | ||||
| AUTHMETHOD="-a webroot --webroot-path /var/www/letsencrypt-root/" | ||||
| 
 | ||||
| /usr/src/letsencrypt/letsencrypt-auto \ | ||||
|         --server https://acme-v01.api.letsencrypt.org/directory \ | ||||
|         --agree-tos \ | ||||
|         ${AUTHMETHOD} \ | ||||
|         -n \ | ||||
|         renew | ||||
|   | ||||
|  # Put other commands you need to run below here | ||||
|  # like restarting apache, copying cert files, etc. | ||||
| /etc/init.d/apache2 restart &>/dev/null | ||||
		Laden…
	
	
			
			x
			
			
		
	
		In neuem Issue referenzieren
	
	Einen Benutzer sperren