From 170e342b20c78192340470d727ce27a0a677fd96 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Fri, 8 May 2015 18:13:44 -0700 Subject: [PATCH] breakup the line for readability --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e4567..4d3db36 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,13 @@ s3proxy.keystore-path=keystore.jks s3proxy.keystore-password=password ``` -To setup the keystore, do `keytool -keystore keystore.jks -alias aws --genkey -keyalg RSA`. Use `*.s3.amazonaws.com` if you wish to proxy +To setup the keystore, do + +``` +$ keytool -keystore keystore.jks -alias aws -genkey -keyalg RSA +``` + +Use `*.s3.amazonaws.com` if you wish to proxy access to Amazon S3 itself. Applications will reject the self-signed certificate, unless you import it to the application's trusted store. If the application is written in Java, you can do: