mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 18:37:30 +00:00 
			
		
		
		
	
						commit
						059147b74a
					
				
							
								
								
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							| @ -637,8 +637,9 @@ _createcsr() { | |||||||
|     _info "Multi domain" "$alt" |     _info "Multi domain" "$alt" | ||||||
|     printf -- "\nsubjectAltName=$alt" >>"$csrconf" |     printf -- "\nsubjectAltName=$alt" >>"$csrconf" | ||||||
|   fi |   fi | ||||||
|   if [ "$Le_OCSP_Stable" ]; then |   if [ "$Le_OCSP_Staple" ] || [ "$Le_OCSP_Stable" ]; then | ||||||
|     _savedomainconf Le_OCSP_Stable "$Le_OCSP_Stable" |     _savedomainconf Le_OCSP_Staple "$Le_OCSP_Staple" | ||||||
|  |     _cleardomainconf Le_OCSP_Stable | ||||||
|     printf -- "\nbasicConstraints = CA:FALSE\n1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05" >>"$csrconf" |     printf -- "\nbasicConstraints = CA:FALSE\n1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05" >>"$csrconf" | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
| @ -4365,7 +4366,7 @@ _process() { | |||||||
|         shift |         shift | ||||||
|         ;; |         ;; | ||||||
|       --ocsp-must-staple | --ocsp) |       --ocsp-must-staple | --ocsp) | ||||||
|         Le_OCSP_Stable="1" |         Le_OCSP_Staple="1" | ||||||
|         ;; |         ;; | ||||||
|       --log | --logfile) |       --log | --logfile) | ||||||
|         _log="1" |         _log="1" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user