mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	
						commit
						c961c865ee
					
				
							
								
								
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							| @ -896,7 +896,11 @@ _createcsr() { | ||||
| 
 | ||||
|   _csr_cn="$(_idn "$domain")" | ||||
|   _debug2 _csr_cn "$_csr_cn" | ||||
|   $OPENSSL_BIN req -new -sha256 -key "$csrkey" -subj "/CN=$_csr_cn" -config "$csrconf" -out "$csr" | ||||
|   if _contains "$(uname -a)" "MINGW"; then | ||||
|     $OPENSSL_BIN req -new -sha256 -key "$csrkey" -subj "//CN=$_csr_cn" -config "$csrconf" -out "$csr" | ||||
|   else | ||||
|     $OPENSSL_BIN req -new -sha256 -key "$csrkey" -subj "/CN=$_csr_cn" -config "$csrconf" -out "$csr" | ||||
|   fi | ||||
| } | ||||
| 
 | ||||
| #_signcsr key  csr  conf cert | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user