fix(ssl): when regenerating SSL certs the cert is not singed with the new CN
This commit is contained in:
		@@ -10,6 +10,7 @@ class SslCertificate extends Model
 | 
				
			|||||||
        'ssl_certificate',
 | 
					        'ssl_certificate',
 | 
				
			||||||
        'ssl_private_key',
 | 
					        'ssl_private_key',
 | 
				
			||||||
        'configuration_dir',
 | 
					        'configuration_dir',
 | 
				
			||||||
 | 
					        'mount_path',
 | 
				
			||||||
        'resource_type',
 | 
					        'resource_type',
 | 
				
			||||||
        'resource_id',
 | 
					        'resource_id',
 | 
				
			||||||
        'server_id',
 | 
					        'server_id',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user