Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

6.5. Import the certificate and attach it to your server key pair

Import the certificate and attach it to your server key pair by typing the command

		
keytool -import -alias myserverkeypair -storepass YourPasswordHere \
                -keystore private.keystore -file myserver.cer
Certificate reply was installed in keystore
		
		
comments powered by Disqus