Merge pull request #361 from mkuron/gitignore
Properly gitignore the SSL certificate
This commit is contained in:
		
						commit
						22df70fdbf
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,5 @@ data/conf/postfix/sql | ||||
| data/conf/dovecot/sql | ||||
| data/web/inc/vars.local.inc.php | ||||
| data/assets/ssl/* | ||||
| data/assets/ssl/key.pem | ||||
| data/assets/ssl/cert.pem | ||||
| .vscode/* | ||||
| data/web/.well-known/acme-challenge | ||||
|  | ||||
| @ -79,3 +79,6 @@ COMPOSE_PROJECT_NAME=mailcow-dockerized | ||||
| ADDITIONAL_SAN= | ||||
| 
 | ||||
| EOF | ||||
| 
 | ||||
| # copy but don't overwrite existing certificate | ||||
| cp -n data/assets/ssl-example/*.pem data/assets/ssl/ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 André Peters
						André Peters