mirror of
				https://github.com/therootcompany/acme.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	add comment on privkey and other useful pem data
This commit is contained in:
		
							parent
							
								
									e704419cdb
								
							
						
					
					
						commit
						0f20783f12
					
				
							
								
								
									
										1
									
								
								node.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								node.js
									
									
									
									
									
								
							| @ -629,6 +629,7 @@ ACME._getCertificate = function (me, options) { | |||||||
|           if (me.debug) { console.debug('acme-v2: csr submitted and cert received:'); } |           if (me.debug) { console.debug('acme-v2: csr submitted and cert received:'); } | ||||||
|           // https://github.com/certbot/certbot/issues/5721
 |           // https://github.com/certbot/certbot/issues/5721
 | ||||||
|           var certsarr = ACME.splitPemChain(ACME.formatPemChain((resp.body||''))); |           var certsarr = ACME.splitPemChain(ACME.formatPemChain((resp.body||''))); | ||||||
|  |           //  cert, chain, fullchain, privkey, /*TODO, subject, altnames, issuedAt, expiresAt */
 | ||||||
|           var certs = { |           var certs = { | ||||||
|             expires: order.expires |             expires: order.expires | ||||||
|           , identifiers: order.identifiers |           , identifiers: order.identifiers | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user