mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			97 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			97 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var cert = {
 | 
						|
    privateKey: 'XX',
 | 
						|
    certificate: 'XX',
 | 
						|
    ca: 'XX'
 | 
						|
}
 | 
						|
 | 
						|
module.exports = cert;
 |