mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Specify keyalg RSA for SSL key generation
Author: Sriharsha Chintalapani <harsha@hortonworks.com>
Reviewers: Ismael Juma <ismael@juma.me.uk>
Closes #1416 from harshach/ssl-doc-fix
(cherry picked from commit dee3880666)
Signed-off-by: Ismael Juma <ismael@juma.me.uk>
			
			
This commit is contained in:
		
							parent
							
								
									542f7af7ba
								
							
						
					
					
						commit
						2e456cb616
					
				|  | @ -93,7 +93,7 @@ Apache Kafka allows clients to connect over SSL. By default SSL is disabled but | |||
|             <pre> | ||||
|         #!/bin/bash | ||||
|         #Step 1 | ||||
|         keytool -keystore server.keystore.jks -alias localhost -validity 365 -genkey | ||||
|         keytool -keystore server.keystore.jks -alias localhost -validity 365 -keyalg RSA -genkey | ||||
|         #Step 2 | ||||
|         openssl req -new -x509 -keyout ca-key -out ca-cert -days 365 | ||||
|         keytool -keystore server.truststore.jks -alias CARoot -import -file ca-cert | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue